ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#menu li a span {
	display: none;
}

#menu a {
	text-decoration: none;
}

#menu li a:hover{
	color: Black;
}

#menu li {
	float: left;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	display: block;
}


#navHome {
	width: 68px;
	height: 33px;
	display: block;
	background-image:url(/assets/images/btn-home.jpg);
	background-repeat: no-repeat;
}

#navAbout {
	width: 94px;
	height: 33px;
	display: block;
	background-image:url(/assets/images/btn-about.jpg);
	background-repeat: no-repeat;
}

#navProducts {
	width: 161px;
	height: 33px;
	display: block;
	background-image:url(/assets/images/btn-products.jpg);
	background-repeat: no-repeat;
}

#navPacking {
	width: 150px;
	height: 33px;
	display: block;
	background-image:url(/assets/images/btn-packing.jpg);
	background-repeat: no-repeat;
}

#navTrading {
	width: 116px;
	height: 33px;
	display: block;
	background-image:url(/assets/images/btn-trading.jpg);
	background-repeat: no-repeat;
}

#navOrganic {
	width: 144px;
	height: 33px;
	display: block;
	background-image:url(/assets/images/btn-organic.jpg);
	background-repeat: no-repeat;
}

#navContact {
	width: 106px;
	height: 33px;
	display: block;
	background-image:url(/assets/images/btn-contact.jpg);
	background-repeat: no-repeat;
}



#nav ul li a:hover {
	background-position: bottom;
}

#nav ul li a.active {
	background-position: bottom !important;
}
