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

	Image Menu
	v 2.2

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

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



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

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 0px solid #d2c9bb;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:90px;
	height: 200px;
}

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

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

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

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

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


.clear {
	clear: both;
}

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

