.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #805C25;
border-bottom-width: 0;
line-height: 15px;
z-index: 100;
background-color: #F9F0DE;
white-space: nowrap;
}

.anylinkcss a{
width: 100%;
display: block;
border-bottom: 1px solid #805C25;
padding: 1px 0;
text-indent: 5px;
font: bold 12px Georgia;
color: #805C25;
text-decoration: none;
}

.anylinkcss a:hover{ /*hover background color*/
color: #805C25;
text-decoration: underline;
}