/* menu.css */

#Menu .menu {
  list-style-type: none;
  background: #dada26 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;
}

#Menu .menu li {
  list-style-type: none;
  display: inline;
  color: white;
}

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

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


