.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #F9AB01;
border-bottom-width: 0;
font:normal 12px  Times New Roman;
line-height: 18px;
z-index: 100;
background-color: #7C3000;
width: 205px;
color: white;
}

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

.anylinkcss a:hover{ /*hover background color*/
background-color: #F9A801;
color: black;
text-decoration:underline;
}
/*------------------------------------------------*/
.anylinkcssA {
position:absolute;
visibility: hidden;
border:1px solid #F9AB01;
border-bottom-width: 0;
font:normal 12px  Times New Roman;
line-height: 18px;
z-index: 100;
background-color: #5E615A;
width: 205px;
color: white;
}

.anylinkcssA a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #F9AB01;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
color: white;
}

.anylinkcssA a:hover{ /*hover background color*/
background-color: #333432;
color: black;
text-decoration:underline;
}