.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #e0c993;
border-bottom-width: 0;
line-height: 22px;
z-index: 100;
background-color: #8f2021;
width: 215px;
}

.anylinkcss a{
color:#ecd9ac; 
font-family:Georgia, Times New Roman, Times, serif; 
font-size:14px; 
font-weight:bold;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #e0c993;
padding: 1px 0;
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;
}