.anylinkcss
{
position:absolute;
visibility: hidden;
border:1px solid #ffffff;
border-bottom-width: 0;
font:normal 11px Arial;
line-height: 18px;
z-index: 100;
background-color: #eeeeee;
width: 200px;
}

.anylinkcss a{
width: 100%;
display: block;
border-bottom: 1px  solid #ffffff;
padding: 2px 5px 2px 5px;
font:normal 10pt Arial;
text-decoration: none;
color: #000000;
text-align: right;
direction: rtl;
background-color: #eeeeee;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #a9a9a9;
text-decoration: none;
color: #ffffff;
width: 100%;
height: 100%;
}
