/* --------------------------------------------------------- TOP NAV */

#nav ul{
	list-style-type: none;
}

#nav ul li {
	float: left;
}

#nav ul li span {
	display: none;
}

#nav ul li a {
	display: block;
}

#nav ul li a.navHome {
	background: url(/assets/images/btn_home.jpg) top no-repeat;
	width: 123px;
	height: 27px;
}

#nav ul li a.navAbout {
	background: url(/assets/images/btn_about.jpg) top no-repeat;
	width: 129px;
	height: 27px;
}

#nav ul li a.navProducts {
	background: url(/assets/images/btn_products.jpg) top no-repeat;
	width: 132px;
	height: 27px;
}

#nav ul li a.navDealer {
	background: url(/assets/images/btn_dealer.jpg) top no-repeat;
	width: 143px;
	height: 27px;
}

#nav ul li a.navParts {
	background: url(/assets/images/btn_parts.jpg) top no-repeat;
	width: 159px;
	height: 27px;
}

#nav ul li a.navFinance {
	background: url(/assets/images/btn_finance.jpg) top no-repeat;
	width: 148px;
	height: 27px;
}

#nav ul li a.navContact{
	background: url(/assets/images/btn_contact.jpg) top no-repeat;
	width: 132px;
	height: 27px;
}

#nav ul li a:hover {
	background-position: bottom;
}

#nav ul li a.active {
	background-position: bottom !important;
}