.anylinkcss{
position:absolute;
visibility: hidden;
line-height: 18px;
z-index: 999;
background-color: #000033;
width: 205px;
}

.anylinkcss a{
color: white;
width: 100%;
display: block;
text-indent: 3px;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #000033;
color: white;
}