.anylinkcss{
position:absolute;
visibility: hidden;

font:normal 11px tahoma;
line-height: 18px;
z-index: 100;
background-color: #999;
width: 160px;
color:#ccc;
}

.anylinkcss a:link, .anylinkcss a:visited {
color: #666;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid gray;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
background:#D4CFBC;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #F8FBBD;
color: #333;
}