/* menu.css */

#Menu {
  background: transparent url(/images/menu-header/menu.gif) repeat-x top;
  height: 30px;
}

#Menu .separate {
  height: 28px;
  width: 2px;
  padding: 0;
  background: transparent url(/images/menu-header/separator.gif) no-repeat 0 1px;
}

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

#Menu a {
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: white;
  padding: 0 5px;
  display: block;
}

#Menu .important a {
  background: transparent url(/images/menu-header/background-devis.gif) repeat-x top;
}

#Menu a:hover,
#Menu a.selected {
  background: #85c5ef url(/images/menu-header/hover.gif) repeat-x top;
  color: white;
}