#wrapper_nav {
	width: 100%;
	background-color: #19252b;
	font-size: 70%;
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#nav {
	width: 980px;
	background-image: url(/images/generic/nav.jpg);
	background-repeat: repeat-x;
	background-color: #89ab26;
	border-top: 1px solid #dceba9;
	border-bottom: 1px solid #6d881e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 88%;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 auto;
	text-align: center;
}
#nav li {
	display: inline;
	list-style-type: none;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav a {
	text-decoration: none;
	background-image: url(/images/generic/nav.jpg);
	background-repeat: repeat-x;
	padding: 8px 10px 10px 10px;
	color: #FFF;
	border: none;
	border-left: 1px solid #dceba9;
	border-right: 1px solid #335202;
	float: left;
}
#nav a:hover, #nav a:active, #nav a:focus {
	background-image: url(/images/generic/nav.jpg);
	background-repeat: repeat-x;
	background-position: left -200px;
	text-decoration: underline;
}

.nav_clear {
	clear: both;
}


/* Nav page marker */

body.home #nav ul li.home a,
body.home #nav ul li.home a:hover,

body.reduce-co2 #nav ul li.reduce-co2 a,
body.reduce-co2 #nav ul li.reduce-co2 a:hover,

body.reduce-condensation #nav ul li.reduce-condensation a,
body.reduce-condensation #nav ul li.reduce-condensation a:hover,

body.better-environment #nav ul li.better-environment a,
body.better-environment #nav ul li.better-environment a:hover,

body.energy-ratings #nav ul li.energy-ratings a,
body.energy-ratings #nav ul li.energy-ratings a:hover,

body.how #nav ul li.how a,
body.how #nav ul li.how a:hover,

body.contact #nav ul li.contact a,
body.contact #nav ul li.contact a:hover {
	background-image: url(/images/generic/nav.jpg) !important;
	background-repeat: repeat-x;
	background-position: left -200px;
}
