.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #777777;
border-bottom-width: 0;
font:bold 11px Arial;
line-height: 17px;
z-index: 100;
background-color:#555555;
width: 170px;
}

.anylinkcss a{
width: 100%;
display: block;
color:white;
text-indent: 3px;
border-bottom: 1px solid #777777;
padding: 1px 0;
text-decoration: none;
/*font-weight: normal;*/
text-indent: 5px;
}

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