.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #D6D6D6;
border-bottom-width: 0;
font: 11px Arial, Helvetica, sans-serif;
line-height: 14px;
z-index: 100;
background-color: #f7f7f7;
width: 205px;
}

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

.anylinkcss a:hover{ /*hover background color*/
background-color: #F4F4F4;
color: #833032;
}