.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #CCCCCC;
border-bottom-width: 0px;
line-height: 15px;
z-index: 100;
background-color: #D5E5FE;
width: 150px;
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #CCCCCC;
padding: 1px 0;
text-decoration: none;
font-family:Tahoma,Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #0070C8;
color: white;
}