.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #9CA894;
border-bottom-width: 0;
font:normal 12px BPG Glaho Arial V5;
line-height: 18px;
z-index: 100;
background-color: #FBF6E3;
background-image: url(images/menu_bg.gif);
width: 200px;
font-weight: bold;
color: #0B440F;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #9CA894;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
color: #0B440F;
background-color: #ffffff;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #FBF6E3;
color: #0B440F;
}