
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


.imageMenu {
	position: relative;
	width: 1000px;
	height: 200px;
	overflow: hidden;
	align: center;
}



.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	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:98px;
	height: 200px;
}

.imageMenu ul li.gaveta a {
	background: url(images/industrial/CR_603_pormenor_gaveta_Small.jpg) repeat scroll 0%;
}

.imageMenu ul li.peixe a {
	background: url(images/industrial/PeixeSmall.jpg) repeat scroll 0%;
}

.imageMenu ul li.cozinha a {
	background: url(images/industrial/cozinhaSmall.jpg) repeat scroll 0%;
}

.imageMenu ul li.cafebar a {
	background: url(images/industrial/cafebarSmall.jpg) repeat scroll 0%;
}

.imageMenu ul li.bar2 a {
	background: url(images/industrial/bar2Small.jpg) repeat scroll 0%;
}

.imageMenu ul li.bancada a {
	background: url(images/industrial/bancadaSmall2.jpg) repeat scroll 0%;
}

.imageMenu ul li.lab a {
	background: url(images/industrial/labsmall.jpg) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

/*************************************************************/

