/* --------------------------------------------------------- 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: 74px;
	height: 58px;
}

#nav ul li a.navAbout {
	background: url(/assets/images/btn_about.jpg) top no-repeat;
	width: 102px;
	height: 58px;
}

#nav ul li a.navFAQs {
	background: url(/assets/images/btn_faqs.jpg) top no-repeat;
	width: 64px;
	height: 58px;
}

#nav ul li a.navClients {
	background: url(/assets/images/btn_clients.jpg) top no-repeat;
	width: 80px;
	height: 58px;
}

#nav ul li a.navTestimonials {
	background: url(/assets/images/btn_testimonials.jpg) top no-repeat;
	width: 124px;
	height: 58px;
}

#nav ul li a.navContact {
	background: url(/assets/images/btn_contact.jpg) top no-repeat;
	width: 96px;
	height: 58px;
}


#nav ul li a:hover {
	background-position: bottom;
}

#nav ul li a.active {
	background-position: bottom !important;
}
