#navwrap.affix {
  top: 0;
  background: #333;
  width: 100%;
  z-index: 1000;
  left: 0;
  padding-top: 10px;
  position: fixed;
}
#navwrap.affix ul {
  margin-bottom: 0;
}
