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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 1300px;
	height: 400px;
	overflow: hidden;
}



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

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

#imageMenu ul li.cncmachining a {
	background: url(images/CNCMachining.jpg) no-repeat scroll;
	background-size: auto 400px;
}

#imageMenu ul li.fagorautomation a {
	background: url(images/FagorAutomation.jpg) no-repeat scroll ;
}


#imageMenu ul li.cncmachinesupplier a {
	background: url(images/MachineToolSupplier.jpg) no-repeat scroll ;
	background-size: auto 400px;
}


.clear {
	clear: both;
}



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

