.anylinkcss{
	position:absolute;
	visibility: hidden;
	line-height: 18px;
	z-index: 100;
	background-color: #b1d79d;
	width: 205px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

}

.anylinkcss a{
	color: #000000;
	width: 100%;
	display: block;
	text-indent: 5px;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 5px;
	background-color: #b1d79d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;

}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #e3f4c1;
	color: #FF0000;
	text-decoration: none;
}
/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
width: 135px;
background-color: #FFFFB9;
padding-bottom: 2px;
}
