/* menu.css */

.Menu {
  list-style-type: none;
  background: transparent url(/images/menu/menu.gif) no-repeat bottom left;
  border-top: 4px solid white;
  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 58px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

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


