.MENU ul{
	width:127px;
	margin:0 35px;
	padding:0;
	list-style:none;
}

.MENU ul li{
	margin:0px 0px 11px 0px;
	padding:0;
}

/****NO****/

.MENU ul li a{
	display:block;
	font-size:16px;
	line-height:25px;
	color:#031839;
	text-decoration:none;
	background:url(/fileadmin/site_images/menu_background.png) no-repeat #fff;		
	margin:0;
	padding:0;
}

.MENU ul li a:hover{
	color:#031839;
	background:url(/fileadmin/site_images/menu_background_ro.png) no-repeat #fff;	
}

.MENU ul li a .MENU_TITLE{
	margin:0px 5px;	
}

.MENU ul li a .MENU_SUBTITLE{
	color:#ff9600;
	line-hight:10px;
	font-size:10px;
	text-align:right;
	margin:0px 5px;	
}

.MENU ul li a:hover .MENU_SUBTITLE{
	color:#fff;
}

/****CUR****/

.MENU ul li.CUR a{
	color:#ff9600;
	background:url(/fileadmin/site_images/menu_background_cur.png) no-repeat #fff;		
}

.MENU ul li.CUR a:hover{
	color:#031839;
	background:url(/fileadmin/site_images/menu_background_ro.png) no-repeat #fff;	
}

.MENU ul li.CUR a .MENU_TITLE{
	margin:0px 5px;	
}

.MENU ul li.CUR a .MENU_SUBTITLE{
	color:#fff;
}

.MENU ul li.CUR a:hover .MENU_SUBTITLE{
	color:#fff;
}


/****CURIFSUB****/

.MENU ul li.CURIFSUB a{
	color:#ff9600;
	background:url(/fileadmin/site_images/menu_background_curifsub.png) no-repeat #fff;		
}

.MENU ul li.CURIFSUB a:hover{
	color:#ff9600;
}

.MENU ul li.CURIFSUB a .MENU_TITLE{
	margin:0px 5px;	
}

.MENU ul li.CURIFSUB a .MENU_SUBTITLE{
	color:#ff9600;
}

.MENU ul li.CURIFSUB a:hover .MENU_SUBTITLE{
	color:#ff9600;
}

/****ACTIFSUB****/

.MENU ul li.ACTIFSUB a{
	color:#fff;
	background:url(/fileadmin/site_images/menu_background_actifsub.png) no-repeat #fff;		
}

.MENU ul li.ACTIFSUB a:hover{
	color:#ff9600;
}

.MENU ul li.ACTIFSUB a .MENU_TITLE{
	margin:0px 5px;	
}

.MENU ul li.ACTIFSUB a .MENU_SUBTITLE{
	color:#fff;
}

.MENU ul li.ACTIFSUB a:hover .MENU_SUBTITLE{
	color:#ff9600;
}

/****EBENE 2****/
.MENU ul.LEV2{
	width:127px;
	margin:0;
	padding:0;
	list-style:none;
}

.MENU ul.LEV2 li{
	margin:0px 0px 0px 0px;
	padding:0;
}

/****NO****/


.MENU ul.LEV2 li a{
	display:block;
	font-size:16px;
	line-height:25px;
	color:#fff;
	text-decoration:none;
	margin:0;
	padding:0;
	background:#031839;	
}

.MENU ul.LEV2 li.CUR a{
	color:#ff9600;

	background:#031839;	
}

.MENU ul.LEV2 li.CUR a:hover{
	color:#ff9600;
	background:#031839;	
}


.MENU ul.LEV2 li.LAST a{
	color:#fff;
	background:url(/fileadmin/site_images/menu_background_last.png) no-repeat #fff;	
}

.MENU ul.LEV2 li.LAST a:hover{
	color:#ff9600;
}


.MENU ul.LEV2 li.CURLAST a{
	color:#ff9600;
	background:url(/fileadmin/site_images/menu_background_last.png) no-repeat #fff;	
}



.MENU ul.LEV2 li a .MENU_TITLE{
	margin:0px 5px;	
}

.MENU ul.LEV2 li a .MENU_SUBTITLE{
	color:#fff;
}
.MENU ul.LEV2 li.CUR a .MENU_SUBTITLE,
.MENU ul.LEV2 li.CURLAST a .MENU_SUBTITLE{
	color:#ff9600;
}


.MENU ul.LEV2 li a:hover .MENU_SUBTITLE{
	color:#ff9600;
}

