.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #e0c993;
border-bottom-width: 0;
line-height: 40px;
z-index: 100;
background-color:#8f2021;
}

.anylinkcss a{
color:#ecd9ac; 
font-family:Georgia, Times New Roman, Times, serif; 
font-size:14px; 
font-weight:bold;
display: block;
text-indent: 3px;
border-bottom: 1px solid #e0c993;
padding: 0 10px;
text-decoration: none;
text-indent: 5px;
}
.anylinkcss a:visited {
color:#ecd9ac;
text-decoration:none;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #008349;
color: #ecd9ac;
}