.anylinkcss{
position:absolute;
visibility: hidden;
border:2px solid #4c1904;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height: 18px;
z-index: 100;
background-color: #b88e54;
width: 205px;
text-align: left;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 2px solid #4c1904;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 3px;
text-align: left;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: F4,E7,82;
color: 4c1904;
}
}