.anylinkcss{
position:absolute;
visibility: hidden;
border:1px dotted #E0D9D0;
border-bottom-width: 0;
font:normal 10px Arial;
line-height: 10px;
z-index: 100;
background-color: #f3f3f3;
width: 120px;

}

.anylinkcss a{
width: 120px;
display: block;
font-weight:normal;
border-bottom: 1px dotted #E0D9D0;
padding: 3px;
text-decoration: none;
color: #4C4C4C;
text-align: left;
direction: ltr;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #f8f8f8;
color: #c4151c;
}
