#menu {
    
    text-align: center;
    background: transparent url(/themes/en/images/menuBG.jpg) repeat-x scroll 0 0px;
	height:41px;
	
}

/* Css file for font and color adjustments for LCssDropDownMenu */
/* .menuS is used for both (H)orizontal & (V)ertical menus, */
/* .menuH & .menuV for the former and the latter. */

/* SHARED */
.menuS ul{

}



/* select bg color for path when mouse-overing */
 .menuS li a:hover,.menuS span {
	color: #fff;
	background: transparent url(/themes/en/images/menuBG.jpg) repeat-x scroll 0 -41px;
	line-height:29px;
	padding:0.5em 2em 0.5em 1em !important;
}

/* all links */
.menuS li a, .menuS span{
	color: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;		
	line-height:29px;
	padding:0.5em 2em 0.5em 1em !important;
	
}

.menuS a, .menuS span {
padding:0 !important;

}

/* Mouseover when navigating in the menu (define this, otherwise taken from global A) */
.menuS a:hover, .menuS a.parent:hover {
	display:block;
	 color: #fff;
}
/* Selected menu item (current active page) */
.menuS a.selected {
	color: #ee3839;
	font-weight: normal;
}

/* Master background color */
.menuS, .menuS li ul{
	color: #FFF;
	font-weight:normal;
	
	
}

/* Submenu (non-topParent) container */
.menuS li ul {
	z-index: 200;
	text-align:left;
	
}
.menuS li ul li a {
	display:block;
	background: #7f7f7f;
	line-height:15px;
	
	
}

.menuS li ul li a:hover {
	display:block;
	background: #7f7f7f;
	line-height:15px;
	color:#3c3c3c;
}

/* Submenu links */
.menuS li ul a {
	font-weight: normal;
	display:block;
	background: #7f7f7f;
}

.menuS li ul a:hover {
	font-weight: normal;
	display:block;
	background: #7f7f7f;
}

/* - not working 100% - */
.topParent{
	/*font-weight: bold;*/
}

.disabled {
	font-style: italic;
	color: gray;
}

.menuH{
	margin:0 20px;
	
	}


/* Size & Layout*/



/* HORIZONTAL MENU */
.menuH li ul ul { /* is "sublink width" value for left-margin
	-1.5em (top-margin) positiones the element on (about) the same height
	check font-size and padding margin: -2em 0 0 16em; */
	margin: 0 0 0 16em;
	
}
.menuH li ul, .menuH li ul li {
	width: 200px;
}
.menuH a, .menuH span {
	/*width: 14em;*/
}

/* VERTICAL MENU */
.menuV a, .menuV span {
	width: 200px;
}
.menuV ul{
	width: 200px;
}
.menuV ul{
	height: 1em;
}


.menuV li ul { /* second-level lists */
	margin-top: 0px;
	margin-left : 13em;
	margin-top : -2em;
	position : absolute;
	left: -999em;
}

.menuBar {
	/*background: url(); */
	height: 20px;
	/*width: 994px;*/
	/*margin: auto;*/
}

.dateJour {
	float:right; 
	margin-right: .5em; 
	font-weight:bold;
}
