#topwrap {
  font-size: 90%;
  padding: 4px 0 0;
  background: #333;
  border-top: none;
  border-bottom: none;
  color: #fff;
}
#topwrap a {
  color: #DBB62B;
}
#topwrap a:hover {
  color: #B8D080;
}
#topwrap .zen-container {
  background: #333;
  border-top: none;
  border-bottom: none;
  padding: 40px 20px 0;
}
#topwrap h1,
#topwrap h2,
#topwrap h3,
#topwrap h4,
#topwrap h5,
#topwrap h6 {
  color: #fff;
}
#topwrap ul {
  margin: 0;
}
#topwrap ul li a {
  float: left;
  margin: 0 10px 0 0;
}
#topwrap ul li a:hover {
  background: none;
}
#topwrap ul.nav li.active > a,
#topwrap ul.nav li.active a:hover {
  background: none;
  color: #B8D080;
  padding: 0;
}
#top4 ul {
  float: right;
}
#top4 ul li {
  float: left;
}
