/* --------------------------------------------------------- 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: 69px;
	height: 47px;
}

#nav ul li a.navProfile {
	background: url(/assets/images/btn-profile.jpg) top no-repeat;
	width: 80px;
	height: 47px;
}

#nav ul li a.navProblems {
	background: url(/assets/images/btn-problems.jpg) top no-repeat;
	width: 95px;
	height: 47px;
}

#nav ul li a.navTreatments {
	background: url(/assets/images/btn-treatments.jpg) top no-repeat;
	width: 110px;
	height: 47px;
}

#nav ul li a.navContact {
	background: url(/assets/images/btn-contact.jpg) top no-repeat;
	width: 90px;
	height: 47px;
}

#nav ul li a:hover {
	background-position: bottom;
}

#nav ul li a.active {
	background-position: bottom !important;
}