
/*<![CDATA[*/

/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

/*
.adxmenu, .adxmenu ul li {
	color:#604a7f;
	background:#eee;
}*/

.adxmenu {
	border-width: 1px 0;
}

.adxmenu ul {
	width: 11em;
}

.adxmenu li {
	background-color:#FFF;
}
.adxmenu li li {
	background-color:#FB7611;
}

.adxmenu ul ul, .adxmenu ul.menu-liste ul {
	border-top:1px solid #FFF;
}

.adxmenu li a {

font-family: Gibson, Arial, Helvetica, sans-serif;
font-size:14px ;
color :#000 ;
text-decoration:none;
text-transform:uppercase;
	padding: .5em 1em;
	
	display:block;
	 position: relative;
}

.adxmenu li a.has_submenu {
	background:url("img/fleche-orange.gif") no-repeat scroll right 11px transparent;
	padding-right:25px;
}

.adxmenu li li a {

font-family: Gibson, Arial, Helvetica, sans-serif;
font-size:14px ;
color :#FFFFFF ;
text-decoration:none;
text-transform:uppercase;
	padding: .5em 1em;
	
	display:block;
	 position: relative;
}

.adxmenu li a:hover, .adxmenu li:hover>a {
	background-color: #98c655; color: #FFF;	
}
.adxmenu li a.has_submenu:hover, .adxmenu li:hover>a.has_submenu {
	background:	url("img/fleche-orange-hover.gif") no-repeat scroll right 11px transparent;
	background-color:#98c655;
}
.adxmenu li li a:hover, .adxmenu li li:hover>a {
	background-color: #FFF; color: #000000;
	
}

.adxmenu a.on { /*background: #EED; color: #222;*/ font-weight: normal; }

.adxmenu li li { /* create borders around each item */
	/*border: 1px solid #ddd;*/
}

.adxmenu ul>li + li { /* and remove the top border on all but first item in the list */
	border-top: 0;
}

.adxmenu li li:hover>ul { /* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */

/*
.adxmenu>li:first-child>a, .adxmenu li + li + li li:first-child>a {
	color: #604a7f;
}
*/

/*]]>*/
