/* --------------------------------------------------------- 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;
	line-height:1.1em;
	margin-bottom:7px;
}

#nav ul li a.navHome {
	background: url(/assets/images/btn_home.jpg) top no-repeat;
	width: 159px;
	height: 39px;
	margin-left: 15px;
	margin-bottom:0px;
}

#nav ul li a.navProducts {
	background: url(/assets/images/btn_laser-products.jpg) top no-repeat;
	width: 159px;
	height: 39px;
	margin-left: 15px;
	margin-bottom:0px;
}

#nav ul li a.navApplications {
	background: url(/assets/images/btn_applications.jpg) top no-repeat;
	width: 159px;
	height: 39px;
	margin-left: 15px;
	margin-bottom:0px;
}

#nav ul li a.navProcesses {
	background: url(/assets/images/btn_laser-processes.jpg) top no-repeat;
	width: 159px;
	height: 39px;
	margin-left: 15px;
	margin-bottom:0px;
}

#nav ul li a.navMarket {
	background: url(/assets/images/btn_market-sectors.jpg) top no-repeat;
	width: 159px;
	height: 39px;
	margin-left: 15px;
	margin-bottom:0px;
}

#nav ul li a.navSpares {
	background: url(/assets/images/btn_spares-service.jpg) top no-repeat;
	width: 159px;
	height: 39px;
	margin-left: 15px;
	margin-bottom:0px;
}

#nav ul li a.navSupport {
background: url(/assets/images/btn_customer-support.jpg) top no-repeat;
width: 159px;
height: 39px;
margin-left: 15px;
margin-bottom:0px;
}


#nav ul li a.navNews {
	background: url(/assets/images/btn_latest-news.jpg) top no-repeat;
	width: 159px;
	height: 39px;
	margin-left: 15px;
	margin-bottom:0px;
}

#nav ul li a.navSearch {
	background: url(/assets/images/btn_search.jpg) top no-repeat;
	width: 159px;
	height: 39px;
	margin-left: 15px;
	margin-bottom:0px;
}

#nav ul li a.navContact {
	background: url(/assets/images/btn_contact.jpg) top no-repeat;
	width: 159px;
	height: 39px;
	margin-left: 15px;
	margin-bottom:0px;
}


#nav ul li a:hover {
	background-position: bottom;
}

#nav ul li a.active {
	background-position: top !important;
}
