/* MENU1 is in upper left corner of pages */
#menu1 {
  width: 170px;
  float: left;
  margin-top: 10px;
  margin-left: 10px;
}
#menu1 ul {
  margin: 0;
  padding: 0;
  font-family: Arial,Helvetica,sans-serif;
  list-style-type: none;
}
#menu1 li {
  background-repeat: no-repeat;
  font-weight: 300;
}
#menu1 a {
  border: medium outset #003300;
  padding: 3px 3px 3px 20px;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  display: block;
  background-color: #344d2d;
  margin-top: 3px;
  text-align: left;
  font-style: normal;
  width: 140px;
}
#menu1 a:link, #menu1 a:visited {
  text-decoration: none;
}
#menu1 a:hover {
  color: #ffffff;
  background-color: #009900;
}
#menu1 li a#current {
  border: medium inset #003300;
  background: #009900; url(none) repeat scroll 0% 50%;
}

/* MENU2 is in footer of pages */
#menu2 {
  border-left: 1px solid black;
  float: right;
  width: 550px;
}
#menu2 ul {
  margin: 0;
  padding: 0;
  display: inline;
  font-family: Arial,Helvetica,sans-serif;
  list-style-type: none;
  text-align: center;
  font-weight: inherit;
  font-size: 0.9em;
}
#menu2 li {
  display: inline;
}
#menu2 a {
  border-right: 1px solid black;
  float: left;
  text-decoration: none;
  font-weight: normal;
  padding-right: 5px;
  padding-left: 5px;
  color: #333333;
  width: 77px;
}
#menu2 a:link, #menu2 a:visited {
  text-decoration: none;
}
#menu2 a:hover {
  background: #cccccc;
}
#menu2 li a#current2 {
  background: #cccccc;
  border-right: 1px solid black;  
}
