/* menuV.css
 * For: menuDropdown.js (version: 0.1x)
 */

#mainMenu1 {
  background-color: #565656;
  color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  border: 0px;
  width:196px;
  height:246px;
  z-index: 1;
  position: absolute;
  /* if the menu is horizontal: use a 'static' position
   * if the menu is vertical: use an 'absolute' or 'fixed' position
   */
}

#menuList1 {
  border: 0px;
  color: #FFFFFF;
  border:0px;
  margin: 0px;
  padding: 0px;
  width:196px;
  height:34px;
  /* do not use a position other than 'static' here */
  /* if the menu is vertical:
   * margin-left + border-left-width + padding-left must be equal to
   * margin-right + border-right-width + padding-right
   */
}

#menuList1 li {
  /* do not change these rules */
  FONT-WEIGHT: bold;
  color: #FFFFFF;
  FONT-SIZE: 12px;
  width:196px;
  height:34px;
  border:0px;
  margin: 0px;
  padding: 0px;
  list-style: none;
  /* do not change these rules */
}

#menuList1 li a {
  background-color: transparent;
  color: #FFFFFF;
  display: block;
  border: 0px;
  margin: 0px;
  padding: 0px;
  height:34px;
  /* always set margin to '0' */
  /* Win/IE5.0 will ignore border and padding if display is 'inline' */
  text-decoration: none;
}

#menuList1 li a:hover, #menuList1 li a:focus {
  background: url("../images/ico-fleche-menu.jpg") no-repeat 0% 100% #565656;
  background-position:top-left;
  background-color: #E78E26;
  height:34px;
  border: 0px;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  color: #FFFFFF;
  border-color: #CCCCCC;
}

#menuList1 li a.actuator {
  position: absolute;
  color: #FFFFFF;
  width:196px;
  height:33px;
  border: 0px;
  margin: 0px;
  padding: 0px;
  BORDER-BOTTOM: #6F6F6F 1px solid
}

#menuList1 li a.actuator2 {
  position: absolute;
  color: #FFFFFF;
  width:196px;
  height:34px;
  BORDER-BOTTOM: #6F6F6F 0px solid
}

#menuList1 li a.actuator3 {
  position: absolute;
  color: #FFFFFF;
  width:196px;
  height:40px;
  BORDER-BOTTOM: #6F6F6F 0px solid
}

#menuList1 li a.actuator:hover, #menuList1 li a.actuator:focus {
  background-color: #E78E26;
  color: #FFFFFF;
}

#menuList1 li a.actuator2:hover, #menuList1 li a.actuator2:focus {
  background-color: #E78E26;
  color: #FFFFFF;
}

#menuList1 li a.actuator3:hover, #menuList1 li a.actuator3:focus {
  background-color: #E78E26;
  color: #FFFFFF;
}

#menuList1 .menu {
  background-color: #717171;
  color: #FFFFFF;
  border-bottom: 1px solid #CCCCCC;
  margin: 0px;
  padding: 0px;
  width:194px;
  /*height:275px;*/
  padding: 0px;
  /* only set '0' or negative margin */
  /* border  width must be the same on the four sides (in 'px' units) */
  /* padding width must be the same on the four sides (in 'px' units) */
  z-index: 1;
  position: absolute;
  visibility: hidden;
  /* always set position to 'absolute' and visibility to 'hidden' */
}

#menuList1 .menu .menu {
  margin-left: 0px;
  /* if a non-zero padding is set on .menu, set margin-left to margin-left + padding */
}


#mainMenu2 {
  background-color: #989895;
  color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  border: 0px;
  width:196px;
  height:99px;
  z-index: 1;
  position: absolute;
  /* if the menu is horizontal: use a 'static' position
   * if the menu is vertical: use an 'absolute' or 'fixed' position
   */
}

#menuList2 {
  border: 0px;
  color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  width:196px;
  height:32px;
  /* do not use a position other than 'static' here */
  /* if the menu is vertical:
   * margin-left + border-left-width + padding-left must be equal to
   * margin-right + border-right-width + padding-right
   */
}

#menuList2 li {
  /* do not change these rules */
  FONT-WEIGHT: bold;
  color: #FFFFFF;
  FONT-SIZE: 12px;
  width:196px;
  height:32px;
  margin: 0px;
  padding: 0px;
  list-style: none;
  /* do not change these rules */
}

#menuList2 li a {
  background-color: transparent;
  color: #FFFFFF;
  display: block;
  border: 0px;
  margin: 0px;
  padding: 0px;
  height:32px;
  /* always set margin to '0' */
  /* Win/IE5.0 will ignore border and padding if display is 'inline' */
  text-decoration: none;
}

#menuList2 li a:hover, #menuList1 li a:focus {
  background: url("../images/ico-fleche-menu.jpg") no-repeat 0% 100% #565656;
  background-position:top-left;
  background-color: #E78E26;
  height:32px;
  border:0px;
  text-decoration: none;
  color: #FFFFFF;
  border-color: #CCCCCC;
}

#menuList2 li a.actuator {
  position: absolute;
  color: #FFFFFF;
  width:196px;
  height:31px;
  border:0px;
  border-bottom: #6F6F6F 1px solid;
  border-right: #6F6F6F 1px solid;
}

#menuList2 li a.actuator2 {
  position: absolute;
  color: #FFFFFF;
  width:196px;
  height:34px;
  BORDER-BOTTOM: #6F6F6F 0px solid
}

#menuList2 li a.actuator3 {
  position: absolute;
  color: #FFFFFF;
  width:196px;
  height:40px;
  BORDER-BOTTOM: #6F6F6F 0px solid
}

#menuList2 li a.actuator:hover, #menuList1 li a.actuator:focus {
  background-color: #E78E26;
  color: #FFFFFF;
}

#menuList2 .menu {
  background-color: #717171;
  color: #FFFFFF;
  border-bottom: 1px solid #CCCCCC;
  margin: 0px;
  padding: 0px;
  width:194px;
  /*height:275px;*/
  padding: 0px;
  /* only set '0' or negative margin */
  /* border  width must be the same on the four sides (in 'px' units) */
  /* padding width must be the same on the four sides (in 'px' units) */
  z-index: 1;
  position: absolute;
  visibility: hidden;
  /* always set position to 'absolute' and visibility to 'hidden' */
}

#menuList2 .menu .menu {
  margin-left: 0px;
  /* if a non-zero padding is set on .menu, set margin-left to margin-left + padding */
}
