#cssmenu li {
  font: 15px arial, sans-serif;
  width: 150px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#cssmenu a {
  background: #7b6342;
  border-bottom: thin solid #000000;
  width: 100px;
  text-align: center;
  color: #ffffff;
  display: block;
  margin: 0;
  padding: 8px 12px;
  text-decoration: none;
  font-weight: normal;
}
#cssmenu a:hover {
  background: #2b221b left center no-repeat;
  color: #fff;
  padding-bottom: 8px;
}
