/* Top nav (tabs) */

#navHome ul{
	list-style-type: none;
}

#navHome ul li {
	float: left;
}

#navHome ul li span {
	display: none;
}

#navHome ul li a {
	display: block;
	height: 24px;
}

#navHome ul li a.navHomeHome {
	background: url(../images/tabhome-home.jpg) top no-repeat;
	width: 126px;
}

#navHome ul li a.navHomeProducts {
	background: url(../images/tabhome-products.jpg) top no-repeat;
	width: 126px;
}

#navHome ul li a.navHomeServices {
	background: url(../images/tabhome-services.jpg) top no-repeat;
	width: 124px;
}

#navHome ul li a.navHomeFAQs {
	background: url(../images/tabhome-faqs.jpg) top no-repeat;
	width: 126px;
}

#navHome ul li a.navHomeContact{
	background: url(../images/tabhome-contact.jpg) top no-repeat;
	width: 124px;
}

#navHome ul li a:hover {
	background-position: bottom;
}

#navHome ul li a.active {
	background-position: bottom !important;
}
