/* --------------------------------------------------------- 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: 57px;	
	height: 49px;
}

#nav ul li a.navWhyTK {
	background: url(/assets/images/btn_whyTK.jpg) top no-repeat;
	width: 169px;	
	height: 49px;
}

#nav ul li a.navProducts{
	background: url(/assets/images/btn_products.jpg) top no-repeat;
	width: 96px;	
	height: 49px;
}

#nav ul li a.navQuality {
	background: url(/assets/images/btn_quality.jpg) top no-repeat;
	width: 127px;	
	height: 49px;
}

#nav ul li a.navPolicies {
	background: url(/assets/images/btn_policies.jpg) top no-repeat;
	width: 214px;	
	height: 49px;
}

#nav ul li a.navService {
	background: url(/assets/images/btn_service.jpg) top no-repeat;
	width: 152px;
	height: 49px;
}

#nav ul li a.navContact {
	background: url(/assets/images/btn_contact.jpg) top no-repeat;
	width: 98px;
	height: 49px;
}

#nav ul li a:hover {
	background-position: bottom;
}

#nav ul li a.active {
	background-position: bottom !important;
}

