.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid black;
	border-bottom-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 18px;
	z-index: 100;
	background-image: url(/images/NavBg.gif);
	background-color:#284523;
	color: #e7c06b;
	width: 205px;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	background-image: url(/images/NavBg.gif);
	background-color: #284523;
	color: #e7c06b;
}

.anylinkcss a:hover{ /*hover background color*/
	background-image: none;
	background-color: #535E91;
	color: #FFFFFF;
}