.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #66b1d3;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height: 14px;
z-index: 100;
background-color: #064830;
width: 115px;
}

.anylinkcss a{
width: 100%;
display: block;
text-align: left;
text-indent: 3px;
border-bottom: 1px solid #66b1d3;
padding: 1px 0;
color: white;
text-decoration: none;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #386d59;
color: white;
}
}