.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #862422;
/* font:bold 12px Verdana; */
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height: 12px;
z-index:100;
background-color:  #ffffff;
width: 125px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
color: #000000;
padding-left: 3px;
text-decoration: none;
/* font-weight: bold; */
text-align:inherit;
z-index:100;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: black;
color: white;
z-index:100;
}

.anylinkcss div{
border-bottom: 1px solid #862422;
background-color:  #ffffff;
clear:both;
z-index: 100;
font-weight:bold;
padding-left: 2px;
}

