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: 71px;
	height: 33px;
	display: block;
	background-image:url(/assets/images/btn-home.jpg);
	background-repeat: no-repeat;
}

#navAbout {
	width: 93px;
	height: 33px;
	display: block;
	background-image:url(/assets/images/btn-about.jpg);
	background-repeat: no-repeat;
}

#navHistory {
	width: 85px;
	height: 33px;
	display: block;
	background-image:url(/assets/images/btn-history.jpg);
	background-repeat: no-repeat;
}

#navBrazil {
	width: 109px;
	height: 33px;
	display: block;
	background-image:url(/assets/images/btn-brazil.jpg);
	background-repeat: no-repeat;
}

#navCashew {
	width: 115px;
	height: 33px;
	display: block;
	background-image:url(/assets/images/btn-cashew.jpg);
	background-repeat: no-repeat;
}

#navWalnuts {
	width: 94px;
	height: 33px;
	display: block;
	background-image:url(/assets/images/btn-walnuts.jpg);
	background-repeat: no-repeat;
}

#navPeanuts{
	width: 89px;
	height: 33px;
	display: block;
	background-image:url(/assets/images/btn-peanuts.jpg);
	background-repeat: no-repeat;
}

#navContact {
	width: 104px;
	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;
}

