/* Top nav (tabs) */

#navContact ul{
	list-style-type: none;
}

#navContact ul li {
	float: left;
}

#navContact ul li span {
	display: none;
}

#navContact ul li a {
	display: block;
	height: 24px;
}

#navContact ul li a.navContactHome {
	background: url(../images/tabContact-home.jpg) top no-repeat;
	width: 126px;
}

#navContact ul li a.navContactProducts {
	background: url(../images/tabContact-products.jpg) top no-repeat;
	width: 126px;
}

#navContact ul li a.navContactServices {
	background: url(../images/tabContact-services.jpg) top no-repeat;
	width: 124px;
}

#navContact ul li a.navContactFAQs {
	background: url(../images/tabContact-faqs.jpg) top no-repeat;
	width: 126px;
}

#navContact ul li a.navContactContact{
	background: url(../images/tabContact-contact.jpg) top no-repeat;
	width: 124px;
}

#navContact ul li a:hover {
	background-position: bottom;
}

#navContact ul li a.active {
	background-position: bottom !important;
}
