.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid white;
border-bottom-width: 0;
font:normal 12px "Arial";
line-height: 18px;
z-index: 100;
background-color: #E9E0C6;
width: 165px;
color: black;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-top: 1px solid #686868;
border-left: 2px solid #686868;
border-right: 2px solid #686868;
border-bottom: 2px solid #686868;
padding: 5px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: 000000;
text-align: center;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #C7B289;
color: #ffffff;
}
}