.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid white;
border-bottom-width: 0;
font-weight: bold;
font:bold 12px Arial;
line-height: 20px;
z-index: 90;
background-color: #666633;
color: #ffffff;
width: 160px;
text-decoration: none;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #F0F0F1;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
background-color: #996633;
color: #ffffff;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #666633;
color: #ffffff;
font-weight: bold;
text-decoration: none;
}
.anylinkcss a:Visited{
color: #ffffff;
font-weight: bold;
text-decoration: none;
}
