.anylinkcss{
position:absolute;
visibility: hidden;
line-height: 24px;
z-index: 100;
background-color: #4E4E72;
width: 205px;
text-indent: 4px;
}

.anylinkcss a{
width: 100%;
display: block;
border-bottom: 1px solid white;
text-decoration: none;
font-weight: bold;
color: #fff;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #616582 ;
color: white;
font-weight: bold;
text-decoration: underline;
}