/* menu.css */

#Menu {
  height: 46px;
  width: 972px;
  background: url(/images/menu/background.gif) repeat-x;
}
#Menu ul {
  width: 100%;
  list-style-type: none;
}
#Menu ul li {
  float: left;
  font-size: 13px;
}
#Menu .HomePicto {
  vertical-align: middle;
}
#Menu .HomePicto a {
  width: 19px;
  height: 20px;
  display: block;
}
#Menu .HomePicto a img {
  margin-top: -2px;
}
#Menu ul li a {
  padding: 10px 12px 10px 11px;
  color: white;
  font-weight: bold;
  height: 36px;
  line-height: 36px;
  text-decoration: none;
  text-transform: uppercase;
}
#Menu a:hover {
  background: url(/images/menu/background-hover.gif) repeat-x; 
}
#Menu .selected {
  background: url(/images/menu/background-selected.gif) repeat-x;
  color: white; 
}
#Menu .selected:hover {
  color: white; 
}
#Menu .separator {
  display: block;
  height: 26px;
  width: 2px;
  margin: 5px 0;
  background: transparent url(/images/menu/separator.gif) repeat-y;
  position: absolute;
}
