.anylinkcss {
position:absolute;
visibility: hidden;
border:1px solid #823314;
border-bottom-width: 0;
font:normal 9px Georgia;
line-height: 18px;
z-index: 100;
background-color:#6E0000;
width: 160px;
text-transform:uppercase;
}

.anylinkcss a {
width: 100%;
display: block;
text-indent: 10px;
border-bottom: 1px solid #823314;
padding: 2px 0;
text-decoration: none;
color:white;
font-weight: bold;
}

.anylinkcss a:hover { /*hover background color*/
background-color: #4B1E0B;
color: #FFCC99;
}
