/* --------------------------------------------------------- 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/nav_home.gif) top no-repeat;
	width: 193px;	
	height: 30px;
}

#nav ul li a.navAbout {
	background: url(/assets/images/nav_about.gif) top no-repeat;
	width: 193px;	
	height: 29px;
}

#nav ul li a.navFleet{
	background: url(/assets/images/nav_fleet.gif) top no-repeat;
	width: 193px;	
	height: 27px;
}

#nav ul li a.navServices {
	background: url(/assets/images/nav_services.gif) top no-repeat;
	width: 193px;	
	height: 28px;
}

#nav ul li a.navExperience {
	background: url(/assets/images/nav_experience.gif) top no-repeat;
	width: 193px;	
	height: 29px;
}

#nav ul li a.navFeedback {
	background: url(/assets/images/nav_feedback.gif) top no-repeat;
	width: 193px;	
	height: 28px;
}

#nav ul li a.navValues {
	background: url(/assets/images/nav_values.gif) top no-repeat;
	width: 193px;	
	height: 28px;
}

#nav ul li a.navContact {
	background: url(/assets/images/nav_contact.gif) top no-repeat;
	width: 193px;	
	height: 28px;
}

#nav ul li a:hover {
	background-position: bottom;
}

#nav ul li a.active {
	background-position: bottom !important;
}

