#nav {
	margin: 0 auto;	
	padding: 0;
	text-align: center;
	width: 760px;
	height: 37px;
	overflow: hidden;
}

#nav ul {
	width: 760px;
	height: 40px;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
	overflow: hidden;
}

#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	height: 40px
}

#nav a:hover {
	color: #fff;
	background: url(../images/button-over.gif) top left no-repeat
}

#nav li {
	float: left;
	padding: 0;
}

#nav li.products {
	background: url(../images/nav-images/our-products.gif);
	width: 135px;
}

#nav li.faq {
	background: url(../images/nav-images/faq.gif);
	width: 58px;
}

#nav li.prices {
	background: url(../images/nav-images/prices.gif);
   width: 76px;
}

#nav li.testimonials {
	background: url(../images/nav-images/testimonials.gif);
	width: 133px;
}

#nav li.boat_shows {
	background: url(../images/nav-images/boat-shows.gif);
	width: 128px;
}

#nav li.about_us {
	background: url(../images/nav-images/about-us.gif);
	width: 104px;
}

#nav li.contact_us {
	background: url(../images/nav-images/contact-us.gif);
	width: 126px;
}

#nav li:hover, #nav li.sfhover, 
body.products #nav li.products, 
body.faq #nav li.faq, 
body.prices #nav li.prices, 
body.testimonials #nav li.testimonials,
body.boat_shows #nav li.boat_shows,
body.about_us #nav li.about_us,
body.contact_us #nav li.contact_us
 {
	background-position: 0 -37px
}


#nav li span {
	display: none
}



