/*
xmenu4_1_dhtml.css
xMenu4 Demo 1, Cascading menus from nested ULs!
This code is distributed under the terms of the LGPL (gnu.org)
Mike Foster, Cross-Browser.com
*/

/* xMenu4 DHTML Rules (see xmenu4_1.css for downgrade rules) */

/* Bar */

/* VOIR DANS generale.css car diff si adm ou www Outermost UL (horizontal bar) */

/* All LIs in ul.xmBar */
ul.xmBar li {
  list-style:none;
  display:inline;
  width:auto;
  margin:0 0px 0 0; padding:2px 6px;
}
/* Bar label */
li.xmBarLbl {
  font-weight: bold;
  font-size:11px;
  color:#CCFF00;
  background: transparent;
  /*
  border-left:1px solid #996;
  border-top:1px solid #996;
  border-right:1px solid #330;
  border-bottom:1px solid #330;
  */
}
li.xmBarLblHvr {
  font-weight: bold;
  font-size:11px;
  color:#333333;
  background: transparent;
/*
  color:#fff; background:#996;
  border-left:1px solid #330;
  border-top:1px solid #330;
  border-right:1px solid #996;
  border-bottom:1px solid #996;
*/
}
/* Bar item */
li.xmBarItm {
  color:#000; background:#cc9;
  border-left:1px solid #996;
  border-top:1px solid #996;
  border-right:1px solid #330;
  border-bottom:1px solid #330;
}
li.xmBarItmHvr {
  color:#fff; background:#996;
  border-left:1px solid #330;
  border-top:1px solid #330;
  border-right:1px solid #996;
  border-bottom:1px solid #996;
}

/* Box */

/* All ULs except outermost */
ul.xmBox {
  position:absolute;
  visibility:hidden;
  display:block; width:150px;
  margin: 0; padding:4px;
  overflow:visible; cursor:pointer;
  background:#FFFFFF;
  border:1px solid #D1CDCD;
 /*
  border-top:1px solid #996;
  border-right:1px solid #330;
  border-bottom:1px solid #330;
 */
}
/* All LIs in ul.xmBox */
ul.xmBox li {
  display:block; margin:6px 0; padding:0;
  width:150px; height:auto /* 16px; */
}
/* Box label */
li.xmBoxLbl {
  color:#000; background:transparent;
  border-right:1px solid #330;
}
li.xmBoxLblHvr {
  color:#fff; background:#996;
  border-right:1px solid #660;
}
/* Box item */
li.xmBoxItm {
  color:#D1CDCD; background:transparent;
}
li.xmBoxItmHvr {
  color:#E03127; background:transparent;
}

/* A element over-rides so we don't inherit unwanted styles */

ul.xmBar li a:link, ul.xmBar li a:visited, ul.xmBar li a:active { /* couleur menu OFF */
  display:inline;
  margin:0; padding:0; border:none;
  font-weight:normal; text-decoration:none;
  font-weight:normal;
  color:#CCFF00;
  font-size:11px; background:transparent;
}
ul.xmBar li a:hover { /* couleur menu ON */
  display:inline;
  margin:0; padding:0; border:none;
  font-weight:normal; text-decoration:none;
  font-weight:normal;
  color:#7A7C56;
  background:transparent;
}

ul.xmBox li a:link, ul.xmBox li a:visited{ /* for all As in ul.xmBox */
  display:block; /* width:100%; height:100%; */
  margin:0; padding:0; border:none;
  font-weight:normal; text-decoration:none;
  font-size:9px;
  color: #332609; background:transparent;
}
ul.xmBox li a:hover { /* for all As in ul.xmBox */
  display:block; /* width:100%; height:100%; */
  margin:0; padding:0; border:none;
  font-weight:normal; text-decoration:none;
  font-size:9px;
  color:#7A7C56; background:transparent;
}

/* Misc */

#menuMarker { /* menu will be positioned at this element */
  display:block;
  position:middle; overflow:hidden;
  margin:0 0px 32px 0px; padding:0;
  background:transparent;
}ul.xmBox li a:active  { 
  display:block; /* width:100%; height:100%; */
  margin:0; padding:0; border:none;
  font-weight:normal; text-decoration:none;
  font-size:9px;
  color: #332609; background:transparent;
 } 
