/* menu.css */

#Menu {
  height: 27px;
  padding-bottom: 2px;
  width: 925px;
  margin: auto;
}

* html #Menu {
  padding-bottom: 0px;
}

#Menu ul {
  list-style-type: none;
}
#Menu ul li {
  float: left;
}

#Menu ul li a {
  font-size: 13px;
  font-weight: bold;
  line-height: 29px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: white;
  margin: 0 4px;
  padding: 0px 3.7px;
  display: block;
  background: url(/images/menu/menu-left.gif) no-repeat left;
}

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

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

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

#Menu a.selected {
  background: url(/images/menu/selected-left.gif) no-repeat left;
  color: #050287;
}

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


#Menu .first {
  margin-left: 0;
}

#Menu .last {
  margin-right: 0;
  padding: 0 10px;
  //padding: 0 6px;
  //margin-right: 2px;
}
#Menu .last .arrondi {
  padding: 0 15px 0 0;
  //padding: 0 15px 0 0;  
  margin-right: -11px;
  //margin-right: -8px;
}
