/* menu.css */
#Menu {
  width: 925px;
  color: white;
  line-height: 38px;
  height: 38px;
  background: url(/images/menu/menu-header.gif) no-repeat;
  margin: auto;
}

#Menu ul {
  margin: 0px;
}

#Menu ul li {
  float: left;
  list-style-type: none;
  
}
#Menu ul li a {
  text-decoration: none;
  font-size: 12px;
  color: white;
  display: block;
  margin: 0 10px;
  padding-left: 8px;
  font-weight: bold;
  font-family: Myriad, Arial, Helvetica, sans-serif;
}

#Menu ul li a:hover {
  background: url(/images/menu/menu-header-hover-left.gif) no-repeat left;
  color: #6B1C06;
  display: block;
  margin-top: 2px;
}

#Menu ul li a:hover .arrondi {
  background: url(/images/menu/menu-header-hover-right.gif) no-repeat  right;
  display: block;
  padding: 0 8px 0 0;
  margin-right: -8px;  
}
/* IE6 hack */
* html #Menu ul li a:hover {
  margin-bottom: -1px;
}

