.anylinkcss {
position:absolute;
visibility: hidden;
border:1px solid gray;
border-bottom-width: 0;
font:normal 6px Verdana;
line-height: 18px;
z-index: 100;
background-color: white;
width: 370px;
color: black;
}
.anylinkcss a:link{
color: #993300;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid gray;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
font-family: Verdana;
font-size: 11px;
font-weight:bold;
}
.anylinkcss a:visited {
color: #993300;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid gray;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
font-family: Verdana;
font-size: 11px;
font-weight:bold;
}
.anylinkcss a:hover { 
background-color: #FFFFFF;
color: #F56F3C;
font-family: Verdana;
font-size: 11px;
font-weight:bold;
}
