.anylinkcss {
position: absolute;
visibility: hidden;
margin-top: 11px;
border: 1px solid #717D7D;
border-bottom-width: 0;
font: normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
line-height: 18px;
z-index: 100;
color:black;
background-color: #FFCB62;
width: 155px;
text-align: left;
font-weight: normal; 
}
.anylinkcss a {
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #717D7D;
padding: 5px 0px 5px 0px;
text-decoration: none;
font-weight: normal; 
text-indent: 5px;
color: black;
}
.anylinkcss a:hover { /*hover background color*/
background-color: #FDF2C6;
color: black;
text-decoration: none;
}
.anylinkcss a:visited {
color: black;
}

