/* --------------------------------------------------------- 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.nav-home {
	background: url(/assets/images/navigation/btn_home.png) top no-repeat;
	width: 75px;
	height: 24px;
}

#nav ul li a.nav-smallBusiness {
	background: url(/assets/images/navigation/btn_smallBusiness.png) top no-repeat;
	width: 150px;
	height: 24px;
}

#nav ul li a.nav-partners{
	background: url(/assets/images/navigation/btn_partners.png) top no-repeat;
	width: 122px;
	height: 24px;
}

#nav ul li a.nav-office {
	background: url(/assets/images/navigation/btn_office.png) top no-repeat;
	width: 120px;
	height: 24px;
}

#nav ul li a.nav-health {
	background: url(/assets/images/navigation/btn_health.png) top no-repeat;
	width: 104px;
	height: 24px;
}

#nav ul li a.nav-testimonials {
	background: url(/assets/images/navigation/btn_testimonials.png) top no-repeat;
	width: 99px;
	height: 24px;
}

#nav ul li a.nav-contact{
	background: url(/assets/images/navigation/btn_contact.png) top no-repeat;
	width: 98px;
	height: 24px;
}







#nav ul li a:hover {
	background-position: bottom;
}

#nav ul li a.active {
	background-position: bottom !important;
}