.anylinkcss{
position:absolute;
visibility: hidden;
border-left: 1px solid #bf4464;
border-right: 1px solid #bf4464;
border-bottom: 1px solid #bf4464;
/*border-bottom-width: 0;*/
font:normal 12px Verdana;
line-height: 20px;
z-index: 100;
background-color: #E9FECB;
width: 160px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
color: #7C6240;
/*border-bottom: 1px solid #cccc99;*/
border-bottom: 1px solid #eda;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 6px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #eda;
color: black;
}
}