#menuContainer {
	background-color: #d7d7d7;
	background-image:url(/common/images/template/menuDegrade.png);
	background-repeat:repeat-x;
}

#menu {/*
	height: 12px;
	padding-top: 12px;*/
}
#menuList {
	list-style: none;
	margin: auto;
	height: 35px;
	width: 100%;
	display: block;
	padding: 0;
	overflow: visible;
}

#menuList > li {
	padding: 0 18px;
	display: block;
	float: left;
	white-space: nowrap;
	vertical-align: middle;
	height: 100%;
	line-height: 35px;
}

#menuList > li.filler {
	width: auto;
}

#menuList > li.Selected {
	background-color: #b7b7b7;
	background-image: url(/common/images/template/menuSelectionneDegrade.png);
	background-repeat: repeat-x;
	font-weight:bold;
}
#menuList > li.filet {
	width: 1px;
	max-width: 1px;
	background-image: url(/common/images/template/filetMenu.png);
	background-position: center;
	background-repeat: no-repeat;
	padding: 0;
}


li.FirstItem {
	
}

a.MenuLevel1 {
	display: block;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	color: black;
}