ul.SimpleMenu2 {
  list-style-type: none;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
}
ul.SimpleMenu2 li {
  background-color: #000040;
  border-style: outset;
  border-width: 1px
}
ul.SimpleMenu2 li a {
  display: block;
  width: 8em;
  text-decoration: none;
  color: #fffffff
}
ul.SimpleMenu2 li a:hover {
  background-color: #80501c;
  text-decoration: none;
  color: #f9d76a
}


