
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 610px;
	height: 500px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none !important;
	margin: 0px;
	display: block;
	height: 500px;
	width: 1000px;
}

#imageMenu ul li {
	float: left;
	list-style: none !important;
}

#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:120px;
	height: 500px;
}

#imageMenu ul li.baguette a {
	background: url(images/slide_baguette.jpg) repeat scroll 0%;
}

#imageMenu ul li.croissant a {
	background: url(images/slide_croissant.jpg) repeat scroll 0%;
}

#imageMenu ul li.hojaldre a {
	background: url(images/slide_hojaldre.jpg) repeat scroll 0%;
}

#imageMenu ul li.restaurante a {
	background: url(images/slide_restaurante.jpg) repeat scroll 0%;
}

#imageMenu ul li.rustica a {
	background: url(images/slide_rustica.jpg) repeat scroll 0%;
}

#imageMenu ul a {
	background-position: center center !important;
}

.clear {
	clear: both;
}

/*************************************************************/

