.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font-family: Arial, Tahoma, Verdana;
font-weight: bold;
font-size: 12px;
line-height: 20px;
z-index: 9;
background-color: #1A1A1A;
width: 205px;
border-bottom: 1px solid black;
opacity: 0.92;
}

.anylinkcss a{
color: #eee;
width: 100%;
display: block;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #555555;
color: #eee;
}
