/* menu.css */

#Menu {
  height: 38px;
  background: transparent url(/images/menu/background-menu.gif) repeat-x top;
  border-right: 1px solid #AFAFAF;
  border-left: 1px solid #AFAFAF;
}

#Menu ul {
  width: 100%;
  list-style-type: none;
  margin: 0 -3px;
}

#Menu ul li {
  float: left;
}

#Menu a {
  display: block;
  font-size: 12px;
  margin-left: 3px;
  padding: 0 18px 0 16px;
  color: white;
  font-weight: bold;
  line-height: 35px;
  text-decoration: none;
  text-transform: uppercase;
}

#Menu a:hover,
#Menu .selected {
  color: #A1001A;
  background: transparent url(/images/menu/background-menu.gif) repeat-x bottom;
}

#Menu .separator {
  display: block;
  height: 22px;
  width: 3px;
  margin: 5px 0;
  background: url(/images/menu/separator.gif) no-repeat;
  position: absolute;
}