.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;font-style: arial,helvetica,sans-serif;font-size: 12px;text-transform:uppercase;
z-index: 100;
background-color: white;
width: 165px;
}


.anylinkcss a{
color: rgb(227,227,227);background-color:rgb(95,92,73);
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 4px 0;
text-decoration: none;

text-indent: 5px;
}


.anylinkcss a:link {
color: rgb(227,227,227);background-color:rgb(95,92,73);text-decoration:none;}
.anylinkcss a:visited {
color: rgb(227,227,227);background-color:rgb(95,92,73);text-decoration:none;}
.anylinkcss a:hover{
background-color: rgb(52,17,24);
color: rgb(227,227,227);text-decoration:none;
}
.anylinkcss a:active {
color: rgb(227,227,227);background-color:rgb(95,92,73);text-decoration:none;}