.anylinkcss {
position:absolute;
visibility: hidden;
border:1px dotted #666666;
border-bottom-width: 0;
font-size: 12px;
line-height: 20px;
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:#006699;
font-weight: bold;
}

.anylinkcss a:hover { /*hover background color*/
background-color:#eeeeee;
color:#000066;
}
