/* Top nav (tabs) */

#nav ul{
	list-style-type: none;
}

#nav ul li {
	float: left;
}

#nav ul li span {
	display: none;
}

#nav ul li a {
	display: block;
	height: 29px;
}

#nav ul li a.navHome {
	background: url(../images/nav-home.jpg) top no-repeat;
	width: 64px;
}

#nav ul li a.navStopSmoking {
	background: url(../images/nav-smoking.jpg) top no-repeat;
	width: 100px;
}

#nav ul li a.navLoseWeight {
	background: url(../images/nav-weight.jpg) top no-repeat;
	width: 108px;
}

#nav ul li a.navGetActive {
	background: url(../images/nav-active.jpg) top no-repeat;
	width: 79px;
}

#nav ul li a.navHealthyEating {
	background: url(../images/nav-eating.jpg) top no-repeat;
	width: 107px;
}

#nav ul li a.navDrinkSafely {
	background: url(../images/nav-drink.jpg) top no-repeat;
	width: 86px;
}

#nav ul li a.navHealthTrainers {
	background: url(../images/nav-trainers.jpg) top no-repeat;
	width: 107px;
}

#nav ul li a.navNewsEvents {
	background: url(../images/nav-news.jpg) top no-repeat;
	width: 104px;
}

#nav ul li a.navFindOutMore {
	background: url(../images/nav-more.jpg) top no-repeat;
	width: 108px;
}

#nav ul li a:hover {
	background-position: bottom;
}

#nav ul li a.active {
	background-position: bottom !important;
}