.anylinkcss{
position:absolute;
visibility: hidden;
border-bottom-width: 0;
border-bottom: 1px solid #ffffff;
border-right: 1px solid #ffffff;
font:normal 11px Arial, Helvetica, sans-serif;
line-height: 18px;
z-index: 100;
background-color: #002C61;
width: 190px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-top: 1px solid  #CCCCCC;
padding: 1px 0;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #ffffff;
text-indent: 10px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #135781;
color: #ffffff;
}
}