@charset:"utf-8";
#menu{
  width: 100%;
/*   max-width: 960px; */
  margin: 0 auto;
  padding: 0;
}



#menu li a{
  display: block;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

#menu li a:hover{
/*   background: #444; */
}

  #menu{
    display: none;
  }
  #menu li{
    width: 50%;
    float: left;
  }
  #toggle{
    display: block;
    position: relative;
    width: 100%;
    background: #fff;
  }
  #toggle a{
    display: block;
    position: relative;
    padding: 12px 0 10px;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }

  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 20%;
    right: 20px;
    width: 12.5%;
	height: 70%;
    margin-top: -10px;
    background: url(../images/nav_icon.png) no-repeat center center;
    background-size:contain ;
  }

/*
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 4px;
    background: #222;
  }
*/

/*
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }
*/


