/* menu.css */

#Menu {
  color: red;
  line-height: 28px;
  height: 28px;
  margin: auto;
}

#Menu ul {
}

#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 3px;
  padding-left: 8px;
  font-weight: bold;
  background: transparent url(/images/menu/menu-left.gif) no-repeat left;
}

#Menu ul li a:hover,
#Menu a.selected {
  color: #77D900;
}

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