.anylinkcss {
position:absolute;
visibility: hidden;
font-family: Verdana, Tahoma, sans-serif;
font-size: 11px;
line-height: 14px;
z-index: 100;
background-color: #e6e6e6;
width: 215px;
}

.anylinkcss a {
width: 100%;
display: block;
text-decoration: underline;
font-weight: bold;
margin: 2 0 3 0;
text-indent: 3px;
}

.anylinkcss a:hover { /*hover background color*/
background-color: #e6e6e6;
color: #999999;
text-decoration: none;
}

.anylinkcss H6 {
width: 100%;
display: block;
text-decoration: none;
font-weight: bold;
font-size: 12px;
font-color: #666666;
font-family: Verdana, Tahoma, sans-serif;
margin: 2 0 3 0;
text-indent: 3px;
}