.anylinkcss{
position:absolute;
visibility: hidden;
padding-top:10px;
padding-left:10px;
border-bottom-width: 0px;
font:normal 10px Verdana;
line-height: 12px;
z-index: 100;
background-color: #00003d;
width: 205px;
}

.anylinkcss a{
width: 200;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color: white;
text-indent: 3px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #3892DE;
color: white;
text-decoration: none;
}
