/**************************************************************

	Image Menu
	v 2.1

**************************************************************/

#imageMenu {
/* 	position: relative; */
	width: 704px;
	height: 239px;
	overflow: hidden;
	top:157px;
	left:8px;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 238px;
	width: 1480px;
	text-align:left;
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1480px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:140px;
	height: 239px;
}

#imageMenu ul li.experience a {
	background: url(img_experience.jpg) repeat scroll 0%;
}

#imageMenu ul li.passion a {
	background: url(img_passion.jpg) repeat scroll 0%;
}

#imageMenu ul li.people a {
	background: url(img_people.jpg) repeat scroll 0%;
}

#imageMenu ul li.performance a {
	background: url(img_performance.jpg) repeat scroll 0%;
}

#imageMenu ul li.products a {
	background: url(img_products.jpg) repeat scroll 0%;
	width: 610px;
}

.clear {
	clear: both;
}

/*************************************************************/


