.header
  {
  width: 100%;
  height:35px; 
  background:#202020;
  /*background:#0C2E06;*/
  font-family:arial,helvetica;
  font-size: 18;
  padding-left: 15;
  padding-top: 5;
  font-weight: bold;
  color: #FFFCEB;
  }

.menu
  {
  width: 100%;
  height:22px; 
  background:#325E2A;
  font-family:arial,helvetica;
  font-size: 12;
  padding-left: 10;
  border-top: 1 SOLID #e0e0e0;
  border-bottom: 1 SOLID #404040;
  padding-top: 1;
  padding-bottom: 1;
  font-weight: bold;
  }

.menuitem
  {
  background: #325E2A;
  padding: 2px 10px 1px 5px;
  float: left;
  }
  
.menuitem a
  {
  float: left;
  background: #325E2A;
  font-family: arial,verdana;
  color: white; 
  margin: 0; 
  }
.menuitem a.lastNav
  {
  background-image: none;
  color: #C5F5C5;
  padding: 0 3px 1px 3px;
  }
.menuitem a:hover
  {
  background: #325E2A; 
  color: #C5F5C5;
  }
  
.menuitem a:active
  {
  background: #325E2A; 
  color: #C5F5C5;
  }

