#mainNav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #8c8c8c;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-weight: bold;	
}
#mainNav a:hover {
	color: #95cb5b;
	text-decoration: none;
}
#mainNav strong {
	font-weight: bold;
	color: #95cb5b;
}
#mainNavSub ul { 
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#mainNavSub a {
	padding-left: 15px;
}
#mainNavSub a:hover {
	background-image: url(../img/navArrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.ArrowOn {
	background-image: url(../img/navArrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.nav2Hide {
	overflow: hidden;
	visibility: hidden;
	height: 1px;
	width: 1px;
}