.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #b5b5ac;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height: 16px;
z-index: 100;
background-color: #dfdfd3;
width: 150px;
}

.anylinkcss a{
color: #8d8d8d;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #b5b5ac;
padding: 1px 0;
text-decoration: none;
font-weight: none;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #f98a0b;
color: #000000;
}