
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 500px;
	height: 200px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1000px;
	padding:0px;
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:82px;
	height: 200px;
}

#imageMenu ul li.qualitaet a {
	background: url(images/qualitaet.jpg) repeat scroll 0%;
}

#imageMenu ul li.quality a {
	background: url(images/quality.jpg) repeat scroll 0%;
}

#imageMenu ul li.optimierung a {
	background: url(images/optimierung.jpg) repeat scroll 0%;
}

#imageMenu ul li.optimisation a {
	background: url(images/optimisation.jpg) repeat scroll 0%;
}

#imageMenu ul li.steuerung a {
	background: url(images/steuerung.jpg) repeat scroll 0%;
}

#imageMenu ul li.closed_loop a {
	background: url(images/closed_loop.jpg) repeat scroll 0%;
}

#imageMenu ul li.sensorik a {
	background: url(images/sensorik.jpg) repeat scroll 0%;
}

#imageMenu ul li.sensor_technology a {
	background: url(images/sensortech.jpg) repeat scroll 0%;
}


#imageMenu ul li.datenanalyse a {
	background: url(images/datenanalyse.jpg) repeat scroll 0%;
}

#imageMenu ul li.data_analysis a {
	background: url(images/data_analysis.jpg) repeat scroll 0%;
}


#imageMenu ul li.leanxcam a {
	background: url(images/leanxcam.jpg) repeat scroll 0%;
		width: 310px;
}

.clear {
	clear: both;
}

/*************************************************************/

