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

	Image Menu
	v 2.2

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


#imageMenu {
	width: 710px;
	height: 150px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 5px;
	left: -12px;
	position: relative;
}



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

#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:105px;
	height: 150px;
}

#imageMenu ul li.mensenwerk a {
	background-attachment: scroll;
	background-image: url(../images/imagemenu/mensenwerk_org.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

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

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

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

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

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

.clear {
	clear: both;
}

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