.anylinkcss2{
position:absolute;
visibility: hidden;
margin-top:2px;
font: normal 11px/13px Verdana, Arial, Helvetica;
z-index: 100;
width: 130px;
text-align:left;
color: white;
font-weight: bold;
background-color: transparent;
}

.anylinkcss2 a {
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 3px;
text-decoration: none;
text-indent: 5px;
text-align:left;
background: #1c1c1c;
font-weight: normal;
}

.anylinkcss2 a:link { /*hover background color*/
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 3px;
text-decoration: none;
text-indent: 5px;
text-align:left;
background: #1c1c1c;
color:white;
font-weight: normal;
}

.anylinkcss2 a:visited { /*hover background color*/
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 3px;
text-decoration: none;
text-indent: 5px;
text-align:left;
background: #1c1c1c;
color:white;
font-weight: normal;
}

.anylinkcss2 a:hover { /*hover background color*/
background-color: #0d5589;
color: white;
text-decoration: none;
text-align:left;
background-image:url(back_navi.gif);
}

