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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 798px;
	height: 300px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 100px;
	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:158px;
	height: 300px;
}

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

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

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

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

.clear {
	clear: both;
}

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


