/* menuH.css
 * For: menuDropdown.js (version: 0.1x)
 */

/* if the menu is horizontal:
 * avoid defining 'static' elements that have a non-zero border and that have
 * their 'width' or 'height' different than 'auto', when they are ancestors of
 * submenu elements (including #mainMenu and #menuList themselves)
 * it may cause slight positioning bugs in Win/IE5-6
 * for the same reason, avoid setting a non-zero border on the BODY element if
 * Win/IE6.0 switches to standards-compliant mode
 */
/* if the menu is horizontal and has a 'static' position:
 * do not set neither margin nor padding nor border on the HTML element, as it
 * will lead to wrong submenu position in Opera 7
 * do not set margin on the BODY element neither (use padding instead)
 */

#mainMenu1   { color: #526366; font-weight: bold; font-size: 9pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; margin: 0px 0px 0.8em; padding: 0px; position: static; z-index: 1 }

#menuList1  { margin: 0; padding: 0 6px }

#menuList1 li {
  /* do not change these rules */
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
  /* do not change these rules */
}

#menuList1 li a  { color: #526366; line-height: 1.8em; text-decoration: none; background-color: transparent; margin: 0; padding: 2px 10px; display: inline }

#menuList1 li a:hover, #menuList1 li a:focus   { color: #000; text-decoration: underline overline; background-color: transparent; border: #ccc }

/* As Win/IE5.0 doesn't apply padding on inline elements, background images
 * must be hidden from it, otherwise they will be displayed behind text
 */
#menuList1 li a.actuator   { color: #526366; background: url(images/fleche-bas-noire.jpg) no-repeat 100% 50%; padding-right: 20px; width: auto }

#menuList1 li a.actuator:hover, #menuList1 li a.actuator:focus   { color: #000; text-decoration: underline overline; background-color: transparent; width: auto }

#menuList1 .menu  { color: #000; background-color: #fce8d1; margin: 0; padding: 2px; border: solid 1px #ccc; position: absolute; z-index: 1; visibility: hidden }

#menuList1 .menu .menu {
  margin-left: 2px;
  /* if a non-zero padding is set on .menu, set margin-left to margin-left + padding */
}

#menuList1 .menu li a {
  display: block;
  line-height: normal;
}

#menuList1 .menu li a.actuator  { background: url(images/fleche-noire.jpg) no-repeat 100% 50% }

#menuList1 .menu li a.actuator:hover, #menuList1 .menu li a.actuator:focus   { color: #000; text-decoration: underline overline; background-color: transparent }
