.anylinkcss{
position:absolute;
visibility: hidden;
border:0px;
border-bottom-width: 0px;
font:normal 11px Arial;
line-height: 18px;
z-index: 100;
background-color: #f7f1e9;
width: 175px;
}

.anylinkcss a{
color: #38322a;
width: 175px;
display: block;
background-color: #f7f1e9;
border: 1px solid #564e43;
padding: 2px 5px;
text-decoration: none;
font-weight: normal;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #dbcbb4;
color: 03245a;
}