.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid gray;
/* border-bottom-width: 0;*/
font:normal 11px Arial;
line-height: 18px;
z-index: 100;
background-color: #DEE0E3;
width: 205px;
}

.anylinkcss a{
color: #003466;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #DEE0E3; 
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;

}

.anylinkcss a:hover{ /*hover background color*/
/* CRS: change on 3/6/2010 */
/* background-color: #F8FBBD; */
/* color: black; */
 
background-color: #003466;
color: white;
font-weight: bold;
}
