/* menu.css */

#Menu {
  background: url(/images/header/menu.gif) repeat-x;
  height: 28px;
  border-top: 3px solid #384455;
  border-bottom: 2px solid #8B8C8C;
  padding-bottom: 2px;
}
#Menu ul {
  width: 100%;
  list-style-type: none;

}
#Menu ul li {
  float: left;
}

#Menu .separator {
  padding: 12px 3px;
  //padding: 3px 4px;
  background: url(/images/header/espace.gif) no-repeat;
}

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

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