#nav {
	background: #6b8866;
	font: 16px/35px "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 35px;
	list-style: none;
	margin: 0 auto 0 auto;
	padding: 0;
}
	#nav li { float: left; }
	#nav li a:link,
	#nav li a:visited {
		color: #fff;
		display: block;
		height: 35px;
		text-align: center;
		text-decoration: none;
		width: 114px;
	}
	#nav li a:hover { background: #8eb588; }
	#nav li a:hover.end { border-right: 2px solid #8eb588; /* Last nav item is bigger than the rest: */ }
	.selected { background: #ea5944 !important; }
	.selectedEnd {
		background: #ea5944 !important;
		border-right: 2px solid #ea5944; /* Last nav item is bigger than the rest: */
	}
	
	#navSub1,
	#navSub2,
	#navSub3 {
		background: #8eb588;
		display: none;
		font: 14px/25px "Trebuchet MS", Arial, Helvetica, sans-serif;
		list-style: none;
		margin: 0;
		padding: 0;
		position: absolute;
		width: 114px;
		z-index: 99;
	}
	#navSub1 { margin-left: 228px; }
	#navSub2 { margin-left: 456px; }
	#navSub3 { margin-left: 570px; }
		.navSubLinks li a:link,
		.navSubLinks li a:visited {
			background: #8eb588;
			color: #fff;
			display: block;
			height: 25px;
			text-align: center;
			text-decoration: none;
		}
		.navSubLinks li a:hover {
			background: #add1a7;
			color: #fff;
		}