/* Main HTML Sections */
#head{
  clear: both;
  margin: 0 1px 0 47px;
  text-align: center;
}
#nav{
  width: 534px; /* all actual nav widths + 14 padding for each item*/
  margin: 0 auto;
  height: 26px;
  background: #CDCC9B;
}
#nav ul{
  height: 26px;
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
  background: #CDCC9B;
}
/*Menu */
.nav1{width: 75px} /*actual = 34 + 14*/
.nav2{width: 75px} /*52 + 14*/
.nav3{width: 75px} /*56 + 14*/
.nav4{width: 75px} /*51 + 14*/
.nav5{width: 75px} /*59 + 14*/
.nav6{width: 75px} /*41 + 14*/
#nav a{text-decoration:none;}
#nav a, #nav a:link { color: #70520A;text-decoration:none;}
#nav a:active { color: #ffffff;text-decoration:none;}
#nav a:visited { color: #AF7F0D;text-decoration:none;}
/* first-level items */
#nav li{
  float: left;
  margin: 0;
  padding: 0;
  height: 26px;
  background: #CDCC9B;
}
#nav li:hover, #nav li.sfhover {
  background-position: bottom;
}
#nav li.first {
  margin: 0 0 0 14px !important;
  margin: 0 0 0 7px;
}
#nav a {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 26px;
  height: 26px;
  font-weight: normal;
  font-family: Verdana, Arial, sans-serif;
}
/* second-level items */
#nav li ul {
  position: absolute;
  background: #CDCC9B;
  border: thin solid black;
  padding: 5px 7px 7px 7px;
  margin: 0;
  height: auto;
  display: none;
}
#nav li:hover ul, #nav li.sfhover ul {
  display: inline;
}
#nav li ul li {
  float: none;
  display: inline;
  height: auto;
  background-image: none;
}
#nav li li a {
  padding: 0;
  text-align: left;
  line-height: 13px;
  width: 100%;
  height: auto;
  white-space: nowrap;
  background-image: none;
  font-size: 10px;
}
#nav li li a:hover { color: #000000; }

