/* menu.css */

.Menu {
  list-style-type: none;
  background: transparent url(/images/menu/menu.gif) no-repeat bottom left;
  height: 48px;
  line-height: 48px;
}
/* hack ie6 and below */
* html .Menu {
  border-bottom: 10px solid white;
}
.Menu li {
  list-style-type: none;
  display: inline;
  color: white;
}
.Menu li a {
  padding: 14px 72px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.Menu li a:focus {
  outline: none;
}
.Menu li a:hover,
.Menu ul li.selected a {
  color: #e0922e;
  background: url(/images/menu/arrow-hover.gif) no-repeat center 35px;
}