.anylinkcss{
position: absolute;
visibility: hidden;
border: 1px solid #fff;
border-top-width: 0px;
font: normal 12px arial,verdana,helvetica,sans-serif;
line-height: 18px;
z-index: 100;
background-color: #ff9900;
width: 206px;
}

.anylinkcss a{
width: 100%;
display: block;
border-top: 1px solid #fff;
padding: 3px 0px;
text-decoration: none;
text-indent: 12px;
color: #000;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #ffcc80;
color: #660000;
}