.anylinkcss{
position:absolute;
visibility: hidden;
border:0px #CCCCCC;
border-bottom-width: 0;
font:normal 8pt Arial;
line-height: 10px;
z-index: 100;
background-color: #D19B00;
width: 200px;
}

.anylinkcss a{
width: 200px;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 4px 4;
text-decoration: none;
font-weight: normal;
text-indent: 25px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #CCCCCC;
color: #2A1D54;
}
}


