.anylinkcss{
position: absolute;
visibility: hidden;
border: 2px solid #dddddd;
border-top-width: 0;
line-height: 18px;
z-index: 100;
background-color: #002f65;
width: 160px;
margin: 8px 0 0 -6px;
}

.anylinkcss a{
width: 100%;
display: block;
border-bottom: 1px solid #215387;
padding: 3px 0;
text-decoration: none;
text-indent: 8px;
color: white;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #215387;
color: white;
}