.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #003300;
border-bottom-width: 0;
color: white; 
font-size: 11px; 
font-family: arial; 
font-weight: 800; 
text-decoration: none;
line-height: 15px;
z-index: 100;
background-color: #003300;
width: 175px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #003300;
padding: 1px 0;
color: white; 
font-size: 11px; 
font-family: arial; 
font-weight: 800; 
text-decoration: none;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #003300;
color: white;
}
}