.anylinkcss{
position:absolute;
visibility: hidden;
/* border:1px solid #f0f6f8; */
border-bottom-width: 0;
font:normal 12px Verdana;
font-weight:normal;
font-size:12px;
font-family:verdana, helvetica, sans-serif;
line-height: 18px;
z-index: 100;
background-color: #dde0ef;
width: 175px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
/* border:1px solid #f0f6f8; */
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
text-align: left ;
color: #103b72 ;
}


.anylinkcss a:hover{ /*hover background color*/
background-color: #113c71;
color: white;
}
