/* --------------------------------------------------------- TOP NAV */

#nav ul{
	list-style-type: none;
}

#nav ul li {
	float: left;
	position: relative;
}

#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;
}

/* ------------------------------------------------ DROP DOWNS */

#nav li ul {
	background-color: #fff;
	height: auto;
	list-style-type: none;
	position: absolute;
	top: 48px;
	left: -999em;
	width: 152px;
	z-index: 50;
}

#nav li ul li {
	float: none;
}

#nav li ul li a {
	font-size: 1.3em;
	display: block;
	height: auto;
	width: 120px;
	color: #666;
	padding: 7px 10px;
	text-decoration: none;
	border-bottom: 1px solid #D8CEC2;
	border-left: 1px solid #D8CEC2;
	border-right: 1px solid #D8CEC2;
}

#nav li ul li a.top {
	border-top: none;
}

#nav li ul li a:hover {
	background-color: #eee;
	color: #333;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: 0;
}


