.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid white;
border-bottom-width: 0;
font:normal 11px Tahoma;
line-height: 18px;
z-index: 100;
background-color: #f0f0f0;
width: 220px;
margin-top:5px;
}

.anylinkcss a:link, .anylinkcss a:active, .anylinkcss a:visited {
width:220px;
display: block;
color: #333333;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
text-align:left;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #329f2a;
color:#000000;
}
