/*

*, html {
	margin: 0;
	padding: 0;
}

*/

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

	Image Menu
	v 2.3

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


.imageMenu {
	position: relative;
	width: 980px;
	height:375px;
	overflow:hidden;
}



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

.imageMenu ul li {
	float: left;
	margin: 0;
	padding: 0;
}

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

.imageMenu ul li.lavorazioni a {
	background: url(1.jpg) repeat scroll 0%;
}

.imageMenu ul li.costruzione a {
	background: url(5.jpg) repeat scroll 0%;
}


.imageMenu ul li.riduttori a {
	background: url(2.jpg) repeat scroll 0%;
}

.imageMenu ul li.presse a {
	background: url(3.jpg) repeat scroll 0%;
}

.imageMenu ul li.foratrici a {
	background: url(4.jpg) repeat scroll 0%;
}

.imageMenu ul li.abstract a {
	background: url(1.jpg) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

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

