.anylinkcss{
position:absolute;
visibility: hidden;
border:0px solid gray;
border-bottom-width: 0;
font:normal 9px Tahoma;
line-height: 19px;
z-index: 200;
background-color: black;
width: 115px;
}

.anylinkcss_2{
position:absolute;
visibility: hidden;
border:0px solid gray;
border-bottom-width: 0;
font:normal 9px Tahoma;
line-height: 19px;
z-index: 200;
background-color: black;
width: 160px;
}

.anylinkcss a{
color: white;
width: 100%;
display: block;
text-indent: 5px;
border-bottom: 1px solid #333333;
padding: 5px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
}

.anylinkcss_2 a{
color: white;
width: 100%;
display: block;
text-indent: 5px;
border-bottom: 1px solid #333333;
padding: 5px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: black;
color: orange;
}

.anylinkcss_2 a:hover{ /*hover background color*/
background-color: black;
color: orange;
}