#cssmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: auto;
  position: relative;
  display: block;
  height: 36px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  background: transparent url('images/OFF.gif') repeat-x top left;
  font-family: Times New Roman, serif;
  border-bottom: 2px solid #77C530;
  border-top: 2px solid #77C530;
}
#cssmenu li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
#cssmenu li a {
  display: block;
  float: left;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 10px 0 10px;
  height: 24px;
  background: transparent url('images/DIVIDER.gif') no-repeat top right;
}
#cssmenu li a:hover {
  background: transparent url('images/HOVER.gif') no-repeat top right;
  color: #003300;
}