.anylinkcss{
position:absolute;
visibility: hidden;
/*border:1px solid #9b8578;

border-bottom-width: 0;
*/
font:normal 11px Arial, sans-serif;
line-height: 22px;
z-index: 100;
background-color: #ffffff;
width: 520px;
opacity: .9;
filter: alpha(opacity=90);
margin-left: 0px;
margin-top: 4px;

}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 12px;
border-bottom: 1px solid #ffffff;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 12px;
color: #333333;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #efefef;
color: #ff0066;
}
}