#navigation {
	font-family: Expressway, Arial, sans-serif;
	font-size: 12px;
	height: 56px;
	padding: 0 10px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 970px;
	background: #fff;
}

#navigation a {
	color: inherit;
	text-decoration: none;
	display: block;
	height: 100%;
}

#navigation > ul {
	display: table;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
}

#navigation > ul > li {
	display: table-cell;
	height: 36px;
	list-style: none;
}

#navigation li.current .navRubricTitle {
	opacity: 0.8;
}

#navigation li.current:hover .navRubricTitle {
	opacity: 1;
}

#navigation div.navRubricTitle {
	background: url('../images/menu/menubar_gradient.png') repeat-y #E7EBED;
	text-align: center;
	font: 11.5px ExpresswayExtraBold, Arial, sans-serif;
}
#navigation div.navRubricTitle a {
	height: 20px;
	padding: 12px 8px 0;
	white-space: nowrap;
}

#navigation div.navRubricTitleUnderline {
	background: url('../images/menu/menubar_gradient.png') repeat-y;
	height: 4px;
}

#navigation div.navRubricTitle.active {
	color: #FFF;
}

#navigation #regionRubric {
	width: 224px;
}

#navigation ul ul {
	display: none;
	height: 29px;
	left: 10px;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 970px;
	z-index: 2;
}

#navigation ul ul {
	color: #000;
}

#navigation ul ul:after {
	box-shadow: -3px 2px 3px 1px #000000;
	content: '';
	display: block;
	height: 0;
	margin: 0 5px;
	position: relative;
	top: 27px;
	width: 966px;
	z-index: 0;
}

#navigation ul ul li {
	float: left;
	font-size: 13px;
	font-weight: normal;
	list-style: url('../images/menu/menu_inter.png');
	margin: 5px 10px;
	text-transform: none;
}

#navigation ul li ul:not(.regionRubrics) li:first-child {
	list-style: none;
}
#navigation ul ul li a:hover {
	color: #FFF;
}

#navigation .regionRubrics{
	height: auto;
}

#navigation #regionRubric > div.navRubricTitle > a {
	color: inherit;
}

#navigation #regionRubric > div.navRubricTitle.active > a {
	color: #000;
}

#navigation #regionRubric a{
	color: #FFF;
}

#navigation #regionRubric a:hover{
	color: #000;
}

#navigation ul.regionRubrics{
	box-shadow: 0 8px 4px -2px #696868, 0 -8px 8px -14px #696868;
	padding: 0 6px;
	width: 958px;
}

#navigation ul.regionRubrics::after{
	box-shadow: none;
}

#navigation .regionRubrics div.navRubricTitle{
	background: none;
}

#navigation ul li#regionRubric > ul > li > a:hover {
	color: #000;
}

/*#navigation ul.regionRubrics li:nth-child(6n + 1){
	list-style: outside none none;
}*/

#navigation .regionRubrics div.navRubricTitleUnderline{
	height: auto;
}

#navigation .regionRubrics div.navRubricTitle > a {
	font-size: 13px;
	padding: 5px 0 0 0;
	white-space: nowrap;
	font-weight: normal;
	font-family:Expressway;
	width: 139px;
	text-align: left;
}

#navigation #regionRubric div.navRubricTitle .oni-ico-croix_cercle_plein
 {
	cursor: pointer;
	display: block;
	font-size: 20px;
	line-height: 36px;
	position: absolute;
	right: 15px;
	top: 0;
}