.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #BBB;
border-bottom-width: 0;
font-weight: bold;
font-size: 11px;
font:Geneva, Arial, Helvetica, sans-serif;
line-height: 18px;
z-index: 100;

background-color: #CCCC99;
width: 250px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB;
padding: 1px 3px;
text-decoration: none;
font-weight: bold;
text-indent: 3px;
text-align:left;
/*background: url(../i-images/topNavBG.jpg) center center repeat-x;*/
}

.anylinkcss a:link {

	color: #000000;
	}
.anylinkcss a:visited {
	
	color: #000000;
	}

.anylinkcss a:active {

	color:#000000;
	}
.anylinkcss a:hover{ /*hover background color*/
color:#FFFFFF;
background-color:#666633;
}
