#topNav ul {
  margin:0;
  padding:0;
  list-style: none;
}

#topNav ul li {
  margin: 0;
  padding: 0;
  float: left;
  padding:0 5px;
}

#topNav ul li a {
  float: left;
  color: #266010;
  font-weight: bold;
  font-size: 14px;
  font-family: arial, verdana;
  text-decoration: none;
  text-transform: lowercase;
  padding:3px 9px;
}

#topNav ul li a:hover {
  color: #53b635;
}

#topNav ul li.active a, #topNav ul li.active a:hover {
  color:#ffffff;
  background:#53b635;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

#bottomNav a {
  color:#83c966;
  font-size:12px;
  text-decoration:none;
  padding:0 8px;
  font-weight:bold;
}

#bottomNav a.active, #bottomNav a:hover {
  text-decoration:underline;
}

#secondNav ul {
  margin:0 0 0 15px;
  padding:0;
  list-style: none;
}

#secondNav ul li {
  margin: 0;
  padding: 0;
  float: left;
  padding:0;
  background: transparent url('../img/bg_li.gif') bottom right no-repeat;
}

#secondNav ul li.last {
  background: none;
}

#secondNav ul li a {
  float: left;
  color: #266010;
  font-weight: bold;
  font-size: 14px;
  font-family: arial, verdana;
  text-decoration: none;
  padding:15px 12px;
}

#secondNav ul li a:hover, #secondNav ul li a.active {
  color: #53b635;
}
