#menu-wrap {
  width: 100%;
  height: 40px;
  /*box-shadow: 0 1px 0 #C5006C;*/
  background: url(../img/button_bg.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#menu {
  list-style-type: none;
  width: 980px;
  margin: 0px auto 0px;
  padding: 0;
}

#menu li {
  width: 16%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}

#menu li a {
  display: block;
  width : 100%;
  padding: 13px 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}

#menu li a:hover {
  background: #26480B;
}

.fixed{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
}
