.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #007B8C;
border-bottom-width:2px;
border-bottom-color:#007B8C;
font: 11px Arial;
line-height: 18px;
z-index: 100;
background-color: white;
width: 205px;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.anylinkcss a{
width: 100%;
display: block;
font: 11px Arial;
text-indent: 3px;
border-bottom: 1px solid white;
border-top:1px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #E6EEFD;
font: 11px Arial;
border-bottom: 1px solid #00679F;
text-decoration: none;
border-top:1px solid #00679F;
color: #007B8C;
}
}