/* menu.css */
.Menu {
  list-style-type: none;
  background: transparent url(/images/menu/menu.gif) no-repeat bottom left;
  border-top: 4px solid white;
  _border-bottom: 10px solid white; /* ie6 hack */
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: white;
}

.Menu li {
  list-style-type: none;
  display: inline;
  padding: 0 35px;
}

.Menu li a {
  padding: 14px 17px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

.Menu li a:hover {
  color: #97E400;
  background: url(/images/menu/arrow-hover.gif) no-repeat center 35px;
}



