/* --------------------------------------------------------- TOP NAV */

#nav ul{
	list-style-type: none;
}

#nav ul li {
	float: left;
	list-style-type: none;
}

#nav ul li span {
	display: none;
}

#nav ul li a {
	display: block;
}

#nav ul li a.navHome {
	background: url(/assets/images/tab_home.jpg) top no-repeat;
	width: 61px;
	height: 31px;
}

#nav ul li a.navHeelPainAdvice {
	background: url(/assets/images/tab_pain-advice.jpg) top no-repeat;
	width: 133px;
	height: 31px;
}

#nav ul li a.navHeelPainTreatment {
	background: url(/assets/images/tab_heel-treatment.jpg) top no-repeat;
	width: 148px;
	height: 31px;
}

#nav ul li a.navMedicalTerms {
	background: url(/assets/images/tab-medical.jpg) top no-repeat;
	width: 176px;
	height: 31px;
}

#nav ul li a.navTestimonials {
	background: url(/assets/images/tab-testimonials.jpg) top no-repeat;
	width: 103px;
	height: 31px;
}

#nav ul li a.navAbout {
	background: url(/assets/images/tab_about.jpg) top no-repeat;
	width: 82px;
	height: 31px;
}

#nav ul li a.navContact {
	background: url(/assets/images/tab-contact.jpg) top no-repeat;
	width: 93px;
	height: 31px;
}

#nav ul li a.navHealthFitness {
    background: url(../images/tab_health.jpg) top no-repeat;
    width: 123px;
    height: 31px;
}



#nav ul li a:hover {
	background-position: bottom;
}

#nav ul li a.active {
	background-position: bottom !important;
}