.anylinkcss{
position:absolute;
visibility: hidden;
font: normal 10px Verdana;
line-height: 18px;
z-index: 100;
background-color: #9CAA42;
width: 205px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: #6B5518;
}
.anylinkcss a:visited{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: #6B5518;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #CED784;
color: #6B5518;
}
}