
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 925px;
	height: 200px;
	overflow: hidden;
	background-image:url(images/fondmenuport.png);
	background-repeat:no-repeat;
	
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 950px;
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FCE6AD none repeat scroll 0%;
	border-right: 0px solid #0f486d;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:95px;
	height: 200px;
}


.clear {
	clear: both;
}

/*************************************************************/


