

#topwrap {
  
  font-size: 90%;
  
  padding: 0;
  
  background: #252525;
  
  border-top: none;
  
  border-bottom: none;
  color: #fff;
  line-height: 10px;
  
  
  
}
#topwrap a {
  color: #3c92d5;
  text-shadow: none;
  
}
#topwrap a:hover {
  color: #ccc;
}
#topwrap .zen-container {
  
  background: none;
  
  border-top: none;
  
  border-bottom: none;
  padding: 0;
}
#topwrap .zen-container.panel-padding {
  padding-right: 80px;
  position: relative;
  z-index: 1;
}
#topwrap p {
  color: #fff;
  line-height: 30px;
  margin-bottom: 0;
}
#topwrap h1,
#topwrap h2,
#topwrap h3,
#topwrap h4,
#topwrap h5,
#topwrap h6 {
  color: #ccc;
}
#topwrap ul {
  padding: 10px 0;
  margin: 0;
}
#topwrap ul li a {
  float: left;
  margin: 0 10px 0 0;
  color: #fff;
  padding: 3px 8px;
}
#topwrap ul li a:hover {
  background: none !important;
  color: #ccc;
}
#topwrap ul li.active a {
  background: none;
  color: #3c92d5;
}
#top4 ul {
  float: right;
}
#top4 ul li {
  float: left;
  margin: 0;
}
#top4 ul li a {
  margin-right: 0;
  margin-left: 30px;
  padding: 0;
}

