.anylinkcss{
position:absolute;
visibility: hidden;
border:0px solid #888;
border-bottom-width: 0;
font:normal 11px Arial;
line-height: 18px;
margin-top:-15px;
*margin-top:-15px;
margin-left:8px;
z-index: 100;
color: #313131;
width: 145px;
background-color: #eee;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-top: 1px solid #888;
padding: 1px 0;
color: #313131;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #ccc;
color: #313131;
}
}