.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #666;
border-bottom-width: 0;
font:12px arial;
line-height: 18px;
z-index: 100;
background:#f3f3f3;
width: 200px;
margin-top:7px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #666;
padding: 3px 0px;
text-decoration: none;
text-indent: 5px;
font:12px arial;
color:#404040;
}

.anylinkcss a:hover{ /*hover background color*/
background:#ddd;
color:#404040;
}