/* menu.css */

#Menu {
  height: 30px;
  padding-left: 3px;
  background: #dadbdc;
  margin: 0 1px 0 1px;
}
#Menu ul {
  width: 100%;
  list-style-type: none;
}
#Menu ul li {
  float: left;
  padding: 0 2px;
}

#Menu a {
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: #D9D79A;
  padding-left: 4px;
  display: block;
  background: url(/images/menu/left-arrondi.gif) no-repeat left;
}

#Menu a .arrondi {
  background: url(/images/menu/right-arrondi.gif) no-repeat right;
  display: block;
  padding-right: 5px;
}


#Menu a:hover {
  background: url(/images/menu/left-arrondi-hover.gif) 0 1px no-repeat;
  color: white; 
}

#Menu a:hover .arrondi {
  background: url(/images/menu/right-arrondi-hover.gif) no-repeat right;
}