/* begin menu */
div.menu {
  margin: 0em;
  }
div.menu ul {
  margin: 0em;
  padding: 0em;
  line-height: 1.30em;
  }
div.menu li {
  list-style-type: none;
  height: 1.30em;
  width: 10.00em;
  margin-bottom: 10px;
  text-align: center;
  font-family: Arial, Verdana, Tahoma, Sans-Serif, Serif, "Courier New", ;
  font-size: 0.80em;
  letter-spacing: 0.00em;
  color: #000000;
  background-color: transparent;
  }
div.menu li a {
  display: block;
  overflow: hidden;
  text-decoration: none;
  }
div.menu li a:link {
  background-color: #FFCC00;
  color: #000000;
  font-weight: bold;
  text-align: center;
  }
div.menu li a:visited {
  background-color: #FFCC00;
  color: #000000;
  font-weight: bold;
  text-align: center;
  }
div.menu li a:hover {
  background-color: #FFCC00;
  color: #000000;
  font-weight: bold;
  text-align: center;
  border: 2px solid #FFCC00;
  } /* end menu */

