.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #999;
border-bottom-width: 0;
line-height: 15px;
z-index: 100;
background-color: #777;
width: 155px;
 margin: 5px 0px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #999;
padding: 3px 0;
 font-weight:normal;
 font-size:9px;
text-decoration: none;
text-indent: 5px;
 color:#ddd;
}

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