.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #6b6b6b;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height: 14px;
z-index: 100;
background-color: #0c2b1d;
width: 142px;
margin-top: 5px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #6b6b6b;
padding: 2px 0;
text-decoration: none;
font-weight: none;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #a7a88c;
color: #e6e6e6;
}
}