.anylinkcss{
position:absolute;
visibility: hidden;
border-right:solid #666666 1px;
border-left:solid #666666 1px;
font: normal 12px Verdana;
line-height: 26px;
z-index: 100;
background-color: #F7DC6D;
width: 265px;
color: #003366;
text-align: left;
word-spacing: 2px;
}

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

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