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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	top:0px;
	left:8px;
	width:612px;
	height: 250px;
	
}



#imageMenu ul {
	position:relative;
	list-style:none;
	margin: 0px;
	display: block;
	height: 250px;
	width: 100%;
	background-color:	;
	vertical-align:middle;
	padding:0px;
}

#imageMenu ul li {
	float:left;
	
}

#imageMenu ul li a {
	text-indent: 0px;
/*	background:url(images/mask.png);	*/
	border-right: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 2px solid white;
	border-top: 2px solid white;
	cursor:pointer;
	display:block;
	overflow:hidden;
	text-decoration:none;
	color:white;
	width:116px;
	height: 250px;
}

#imageMenu ul li.agua a {
	background: url(images/Agua.jpg)  repeat scroll 0%;
	border-left: 2px solid white;
}

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

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

#imageMenu ul li.tierra a {
	background: url(images/Tierra.jpg) repeat scroll 0%;
	border-right: 2px solid white;
}

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

}

.clear {
	clear:both;
}

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