/* menu.css */

#Menu {
  height: 30px;
  width: 957px;
  margin: 0 0 0 auto; 
}

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

#Menu ul li {
  float: left;
  margin: 0 6px;
}

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

#Menu ul li .arrondi {
  background: transparent url(/images/menu/background-menu-right.gif) no-repeat bottom right;
  padding: 0 5px 4px 0;
}

#Menu a:hover,
#Menu a.selected,
#Menu ul li a.last {
  background: url(/images/menu/background-menu-hover.gif) no-repeat bottom left;
  color: #06275C;
  line-height: 25px;
}

#Menu a:hover .arrondi,
#Menu a.selected .arrondi,
#Menu ul li a.last .arrondi {
  padding-bottom: 7px;
  background: url(/images/menu/background-menu-hover-right.gif) no-repeat bottom right;
}