.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #382a1d;
border-bottom-width: 0;
font-size:11px;
line-height: 18px;
z-index: 100;
background-color:#55483d;
width:92px;
cursor:pointer;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #382a1d;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
background-color:#55483d;
}

.anylinkcss a:hover{ /*hover background color*/
background-color:#b7aa9f;
color: white;
text-decoration: none;
}