/* menu.css */

#Menu {
  height: 39px;
  background: #000025;
  border-right: 1px solid white;
  border-left: 1px solid white;
}

#Menu ul {
  width: 100%;
  list-style-type: none;
  margin: 0 10px;
}

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

#Menu a {
  display: block;
  font-size: 12px;
  color: #160D47;
  font-weight: bold;
  line-height: 34px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: url(/images/menu/menu-left.gif) no-repeat left;
}
#Menu a.important{
  background: url(/images/menu/menu-left-important.gif) no-repeat left;
  padding-left: 5px;
}
#Menu a .arrondi {
  background: url(/images/menu/menu-right.gif) no-repeat right;
  display: block;
  padding: 0 27px;
}
#Menu a:hover,
#Menu .selected {
  color: #ED1C24;
}