
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	/*width: 310px;*/
	height: 131px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 135px;
	width: 310px;
	padding-left:0px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -200px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:58px;
	height: 135px;
}

#imageMenu ul li.bellville a {
	background: url(../images/gal_bellville.jpg) repeat scroll 0%;
}

#imageMenu ul li.cordoba a {
	background: url(../images/gal_cordoba.jpg) repeat scroll 0%;
}

#imageMenu ul li.puertomadryn a {
	background: url(../images/gal_puertomadryn.jpg) repeat scroll 0%;
}

#imageMenu ul li.sanantonio a {
	background: url(../images/gal_sanantonio.jpg) repeat scroll 0%;
}

#imageMenu ul li.trelew a {
	background: url(../images/gal_trelew.jpg) repeat scroll 0%;
	width: 63px;
}

.clear {
	clear: both;
}

/*************************************************************/


