@charset "utf-8";
#imageMenu {
	position:relative;
	width:749px;
	height:200px;
	overflow:hidden;
	float:left;
	}
#imageMenu ul {
	list-style:none;
	margin:0px;
	display:block;
	height:200px;
	width:1000px;
	}
#imageMenu ul li {
	float:left;
	}
#imageMenu ul li a {
	text-indent:-1000px;
	background:#FFF none repeat scroll 0%;
	border-right:2px solid #fff;
	cursor:pointer;display:block;
	overflow:hidden;width:107px;
	height:200px;
	}
#imageMenu ul li.about a {
	background:url(../_images/menu/about.jpg) repeat scroll 0%;
	}
#imageMenu ul li.brands a {
	background:url(../_images/menu/brands.jpg) repeat scroll 0%;
	}
#imageMenu ul li.fruit a {
	background:url(../_images/menu/fruit.jpg) repeat scroll 0%;
	}
#imageMenu ul li.healthy a {
	background:url(../_images/menu/healthy.jpg) repeat scroll 0%;
	}
#imageMenu ul li.partners a {
	background:url(../_images/menu/sustainability.jpg) repeat scroll 0%;
	}
#imageMenu ul li.blog a {
	background:url(../_images/menu/blog.jpg) repeat scroll 0%;
	}
#imageMenu ul li.contact a {
	background:url(../_images/menu/contact.jpg) repeat scroll 0%;width:310px;
	}