.anylinkcss {
margin-left:10px;
position:absolute;
visibility: hidden;
border:1px dotted #FFF;
border-bottom-width: 0;
font:normal 11px  Arial, Helvetica, sans-serif;
line-height: 18px;
z-index: 100;
background-color:#eee;
width: 160px;
}

.anylinkcss a {
width: 100%;
display: block;
text-indent: 8px;
border-bottom: 1px dotted #FFF;
padding: 2px 0;
text-decoration: none;
color:#333;
font-weight: bold;
}

.anylinkcss a:hover { /*hover background color*/
background-color:#F90;
color: #FFF;
}
