.anylinkcss {
position: absolute;
visibility: hidden;
margin-top: 5px;
border-right: 1px solid #714032;
border-bottom: 1px solid #714032;
border-left: 1px solid #714032;
font: normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
line-height: 15px;
z-index: 100;
background-color: #FFFFFF;
width: 120px;
text-align: left;
padding: 0px; 
}
.anylinkcss a {
width: 98%;
display: block;
border-top: 1px solid #714032;
text-indent: 3px;
text-decoration: none;
color: #484943;
padding: 1px;
}
.anylinkcss a:hover { /*hover background color*/
background-color: #9FC06B;
color: #484943;
text-decoration: none;
}



