html {
    font: small/1.4 "Lucida Grande", Tahoma, sans-serif;
}
body {
    font-size: 92%;
}
#nav {
  margin: 0;
  padding: 0;
  background: #808040;
  list-style-type: none;
  width: 100%;    
  float: left; /* Contain floated list items */
}
#nav li {
  margin: 0;
  padding: 0;
  float: left;
  font-size: 11px;
}
#nav a {
  float: left;
  width: 80px;
  color: #FFF;
  text-decoration: none;
  line-height: 2.5;
  text-align: center;
  border-right: 1px solid #FFF;
}
#nav #nav_con a {
  border: none;
}
#nav a:hover {
  background: #FFDD81;
  color: #808040;
}
#body_home #nav_home a, #body_tea #nav_tea a,
    #body_club #nav_club a,#body_events #nav_events a,
    #body_photos #nav_photos a,
    #body_blog #nav_blog a,
    #body_archives #nav_archives a,
    #body_con #nav_con a {
  background: #FFDD81;
  color: #808040;
  font-weight: bold;
}
