.anylinkcss{
position:absolute; 
margin-top: -18px; 
margin-left: -8px;
visibility: hidden;
border-left: 2px solid #FFFFFF;
border-right: 1px solid #999999;
font-size: 0.9em;
line-height: 1.4em;
z-index: 100;
background-color: #F3F3E7;
width: 12em;
}

.anylinkcss a{
display: block;
border-bottom: 1px dotted #666666;
padding: 0 0 0 10px;
text-decoration: none;
font-weight: bold;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #2D60AD;
color: white;
}
}