/* menu.css */

#Menu {
  background: url(/images/menu/menu.jpg) repeat-x;
  display: block;
  height: 33px;
  width: 945px;
  border-top: 2px solid white;
}

#Menu ul {
  list-style-type: none;
}

#Menu ul li {
  float: left;
}

#Menu ul li a {
  text-decoration: none;
  padding: 0 16px;
  line-height: 33px;
  color: white;
  font-size: 15px;
  font-weight: bold;
  display: block;
}

#Menu ul li a:hover {
  background: #dff0c0 url(/images/menu/arrow.gif) no-repeat bottom;
  margin: 1px 0;
  line-height: 31px;
  color: #7ACC2A;
}


