#topwrap {
  
  font-size: 90%;
  
  padding: 10px 0 0;
  
  background: #2E373C;
  
  border-top: none;
  
  border-bottom: none;
  color: #fff;
  
  
}
#topwrap a {
  color: #fff;
  
}
#topwrap a:hover {
  color: #ff0000;
}
#topwrap .zen-container {
  
  background: none;
  
  border-top: none;
  
  border-bottom: none;
  padding: 0;
}
#topwrap .zen-container.panel-padding {
  padding-right: 100px;
  position: relative;
}
#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;
  color: #fff;
}
#topwrap ul li a:hover {
  background: none;
}
#topwrap ul.nav li.active > a,
#topwrap ul.nav li.active a:hover {
  background: none;
  color: #749ccb;
  padding: 0;
}
#top4 ul {
  float: right;
}
#top4 ul li {
  float: left;
}