/* menu.css */

#Menu {
  height: 38px;
  padding-left: 10px;
  background: url(/images/menu/background.gif) repeat-x bottom;
  margin: 0 0px 0 0px;
}
#Menu ul {
  width: 100%;
  list-style-type: none;
}
#Menu ul li {
  float: left;
  padding: 0 2px;
}

#Menu a {
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  line-height: 18px;
  margin: 0px 0 0 0;
  text-align: center;
  color: white;
  padding: 2px 0px 0px 10px;
  display: block;
  background: url(/images/menu/menu-header.gif) no-repeat left 2px;
}

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

#Menu .home a .arrondi {
  background: none;
}

#Menu .important a {
  background: url(/images/menu/menu-header-important.gif) no-repeat left 2px;
  color: white; 
}

#Menu .selected,
#Menu a:hover {
  background: url(/images/menu/menu-header-hover.gif) no-repeat left 2px;
  color: #EA671F; 
}
#Menu .important a .arrondi {
  background: url(/images/menu/menu-header-right-important.gif) no-repeat right 0;
}

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

#Menu .home a {
  background: url(/images/menu/home.gif) no-repeat 0 2px;
  height: 36px;
  width: 35px;
  float: left;
}

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

#Menu .home a:hover .arrondi {
  background: none;
}