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

	Image Menu
	v 2.1

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


#imageMenu {
	position: absolute;
	width: 235px;
	height: 490px;
	overflow: hidden;
	left: 4px;
	top: 10px;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height:  490px;
	width: 235px;
	
	}
#imageMenu ul li {
	float: none;
	
}



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

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

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

}

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

}

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

}

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

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


.clear {
	clear: both;
}

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

