/* menu.css */

.Menu {
  background: #4A4839;
  border: 3px solid white;
  border-left: 0;
  border-right: none;
  width: 100%;
  _border-top: none;
}

.Menu ul {
  list-style-type: none;
  margin-top: 6px;
  //margin-top: -1px;
}
.Menu ul li {
  display: inline;
}

.Menu ul .separator {
  background: transparent url(/images/menu-separate.gif) no-repeat;
}

.Menu ul li a {
  color: #EFE3C7;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 35px;
  margin: 0 9px;

}

.Menu ul li a:hover {
  color: white;
  background: #a59e7b;
  padding: 10px 9px;
  margin: 0;
}