.anylinkcss{
position:absolute;
visibility: hidden;
border: 1px solid #E9E9E9;
border-bottom-width: 0;
font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
line-height: 18px;
z-index: 100;
width: 205px;
 background: White url(../../images/LeftNav/MenuBack.gif) no-repeat;
}

.anylinkcss a{
color: black;
width: 180px;
display: block;
text-indent: 3px;
border-bottom: 1px solid #DADADA;
padding: 3px 0 3px 10px;
text-decoration: none;
font-weight: bold;
text-indent: 1px;
 background: White url(../../images/LeftNav/MenuBack.gif) repeat-y;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #F8FBBD;
color: #cc0033;
}