div#nav {
	margin: 0;
	padding: 0;
	width: 900px;
	height: 71px;
}

div#nav h1 {
	display:none;
}

div#nav ul {
	margin: 0px; 
	padding: 0px;
}

div#nav span {
	display:none;
}

div#nav ul li {
	list-style-type: none;
	display: inline;
	padding: 0;
}

div#nav ul li.home a {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	text-decoration: none;
	width: 900px;	height: 42px;
	background: transparent url("/images/nav/johnrodd.gif") top left no-repeat;
}
div#nav ul li.home a:hover {
	background: transparent url("/images/nav/johnrodd-over.gif") top left no-repeat;
}

div#nav ul li.biography a {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	text-decoration: none;
	width: 178px;	height: 29px;
	background: transparent url("/images/nav/biography.gif") top left no-repeat;
}

div#nav ul li.biography a:hover {
	background: transparent url("/images/nav/biography-over.gif") top left no-repeat;
}

div#nav ul li.credits a {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	text-decoration: none;
	width: 125px;	height: 29px;
	background: transparent url("/images/nav/credits.gif") top left no-repeat;
}

div#nav ul li.credits a:hover {
	background: transparent url("/images/nav/credits-over.gif") top left no-repeat;
}

div#nav ul li.audio a {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	text-decoration: none;
	width: 104px;	height: 29px;
	background: transparent url("/images/nav/audio.gif") top left no-repeat;
}

div#nav ul li.audio a:hover {
	background: transparent url("/images/nav/audio-over.gif") top left no-repeat;
}

div#nav ul li.gallery a {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	text-decoration: none;
	width: 139px;	height: 29px;
	background: transparent url("/images/nav/gallery.gif") top left no-repeat;
}

div#nav ul li.gallery a:hover {
	background: transparent url("/images/nav/gallery-over.gif") top left no-repeat;
}


div#nav ul li.testimonials a {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	text-decoration: none;
	width: 208;	height: 29px;
	background: transparent url("/images/nav/testimonials.gif") top left no-repeat;
}

div#nav ul li.testimonials a:hover {
	background: transparent url("/images/nav/testimonials-over.gif") top left no-repeat;
}

div#nav ul li.contact a {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	text-decoration: none;
	width: 146px;	height: 29px;
	background: transparent url("/images/nav/contact.gif") top left no-repeat;
}

div#nav ul li.contact a:hover {
	background: transparent url("/images/nav/contact-over.gif") top left no-repeat;
}

