/* --------------------------------------------------------- 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: 193px;
	height: 42px;
}

#nav ul li a.navAbout {
	background: url(/assets/images/btn_about.jpg) top no-repeat;
	width: 193px;
	height: 40px;
}

#nav ul li a.navCompression {
	background: url(/assets/images/btn_compression-springs.jpg) top no-repeat;
	width: 193px;
	height: 41px;
}

#nav ul li a.navTension {
	background: url(/assets/images/btn_tension-springs.jpg) top no-repeat;
	width: 193px;
	height: 40px;
}

#nav ul li a.navTorsion {
	background: url(/assets/images/btn_torsion-springs.jpg) top no-repeat;
	width: 193px;
	height: 40px;
}

#nav ul li a.navFlatPressings {
	background: url(/assets/images/btn_flat-springs-pressings.jpg) top no-repeat;
	width: 193px;
	height: 39px;
}

#nav ul li a.navWireForms{
	background: url(/assets/images/btn_wire-forms.jpg) top no-repeat;
	width: 193px;
	height: 39px;
}

#nav ul li a.navProduction{
	background: url(/assets/images/btn_production.jpg) top no-repeat;
	width: 193px;
	height: 40px;
}

#nav ul li a.navContact{
	background: url(/assets/images/btn_contact.jpg) top no-repeat;
	width: 193px;
	height: 41px;
}

#nav ul li a:hover {
	background-position: bottom;
}

#nav ul li a.active {
	background-position: bottom !important;
}