ss@charset s#mainMenu1 {
  color: #000;
  margin: 0;
  padding: 0;
  /* if the menu is horizontal and has a 'static' position:
   * do not set a non-zero margin-top, if the BODY element has a zero
   * padding-top and this menu is its first 'static' child
   * this is due to an Opera 7 bug :-(
   */
  z-index: 1000000;
  position: static;
  /* if the menu is horizontal: use a 'static' position
   * if the menu is vertical: use an 'absolute' or 'fixed' position
   */
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 7px; 
  color: #000000; 
}

#menuList1 {
  margin:0; padding-left:0px; padding-right:0px; padding-top:0; padding-bottom:0; 
}

#menuList1 li {
  /* do not change these rules */
  display: inline;
  list-style-type:none; text-align:left
}

#menuList1 li a {
  color: #000000;
  display: inline;
  line-height: 0px;
  margin: 0px;
  padding: 0px;
  /* always set margin to '0' */
  /* Win/IE5.0 will ignore border and padding if display is 'inline' */
  text-decoration: none; text-align:left
}

#menuList1 li a:hover, #menuList1 li a:focus {
  background-position:  center top; color: #666666; background-image:url('http://www.sdchassis.com/images/Hover_V3.gif')  
}

/* 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 {
  padding:0px; width/* */: auto; /* hides the following rule from Win/IE5.0 */
  background: url('http://www.sdchassis.com/version_v2/images/fleche-bas-noire.jpg') no-repeat 100% 50%;
  color: #ffffff;
  
}

#menuList1 li a:hover.actuator, #menuList1 li a:focus.actuator {
  width/* */: auto; /* hides the following rule from Win/IE5.0 */
  color: #FFFFFF; 
  
}

#menuList1 .menu {
  border-bottom:1px solid #999999; background-position: left top; color: #000000;
  /* 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: 1000;
  width: 100px;
  position: absolute;
  visibility: hidden;
  /* always set position to 'absolute' and visibility to 'hidden' */
  font-family: Arial, Helvetica, Verdana; 
  font-size: 11px; 
  line-height:100%; 
  background-image:url('http://www.sdchassis.com/images/Hover_V2.gif'); background-repeat:no-repeat; margin-left: 4px; margin-right:0px; margin-top:0px; margin-bottom:0px; padding-left:0px; padding-right:0px; padding-top:10px; padding-bottom:0px; background-color:#CCCCCC
  
}

#menuList1 .menu .menu {
  line-height:120%; 
}

#menuList1 .menu li a {
  margin:1px; font-size: 10px;
  
  color: #333333;
  display: block;
  line-height: 100%;text-align:center; font-weight:bold; padding-top:5px; padding-bottom:5px;
  border-bottom:1px solid #999999;  
}



#menuList1 .menu li a.actuator {
  background: url("http://www.sdchassis.com/version_v2/images/fleche-noire.jpg") no-repeat 100% 50%;
}

#menuList1 .menu li a:hover.actuator, #menuList1 .menu li a:focus.actuator {
  color: #FFFFFF;
  background-image:url('http://www.sdchassis.com/images/Hover_V3.gif')
}