.anylinkcss {
position:absolute;
visibility: hidden;
border:1px dotted #666666;
border-bottom-width: 0;
font:normal 11px Trebuchet MS;
line-height: 18px;
z-index: 100;
background-color:#f7f7f7;
width: 160px;
}

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

.anylinkcss a:hover { /*hover background color*/
background-color:#FFCC33;
color: #000000;
}
