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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 800px;
	height: 250px;
	overflow: hidden;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 250px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1600px;
	background:#FFFFFF none repeat scroll 0%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:160px;
	height: 250px;
}

#imageMenu ul li.foto01 a {background: url(/img/foto_home_1.jpg) repeat scroll 0%;}
#imageMenu ul li.foto02 a {background: url(/img/foto_home_2.jpg) repeat scroll 0%;}
#imageMenu ul li.foto03 a {background: url(/img/foto_home_3.jpg) repeat scroll 0%;}
#imageMenu ul li.foto04 a {background: url(/img/foto_home_4.jpg) repeat scroll 0%;}
#imageMenu ul li.foto05 a {background: url(/img/foto_home_5.jpg) repeat scroll 0%;}

.clear {clear: both;}

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