.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #BCD1DF;
border-bottom-width: 0;
font: 100% Arial, Helvetica, sans-serif;
line-height: 18px;
z-index: 100;
background-color: #D3E3EB;
width: 175px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-top: 1px solid #E6EEF4;
border-bottom: 1px solid #BCD1DF;
padding: 4px 0;
text-decoration: none;
text-indent: 5px;
color: #2C5267;
}

.anylinkcss a.sub{
border-top: none;
border-bottom: none;
color: #58879B;
}

.anylinkcss a:link, .anylinkcss a:visited { color : #2C5267;}

.anylinkcss a:hover{ /*hover background color*/
background-color: #BACED7;
color: #2C5267;
}
}