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

	Image Menu
	v 2.2

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


#imageMenu {
	position: absolute;
	width:720px;
	height: 200px;
	overflow:hidden;
	margin-top: 7px;
	left: 154px;
	top: 14px;
	
}

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

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

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

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

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

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

.clear {
	clear: both;
}

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

