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

	Image Menu
	v 2.2

**************************************************************/
ol, ul, li    {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
 
}

#imageMenu {
	position: relative;
	width: 500px;
	height: 195px;
	overflow: hidden;
}



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

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -12000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:124px;
	height: 195px;
}

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

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

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

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

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

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

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

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

.clear {
	clear: both;
}

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