.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #8E2F03;
border-bottom-width: 0px;
font:normal 12px Arial;
line-height: 18px;
z-index: 100;
background-color: #FBF4F0;
width: 180px;
}

.anylinkcss a{
color: black;
display: block;
border-bottom: 1px solid #8E2F03;
padding: 3px;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #8E2F03;
color: white;
width: 175px
}
