/* You don't need the above styles, they are demo-specific ----------- */

#menu, #menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#menu ul {
  background: #0e390c none repeat scroll 0 0;
  height: auto;
  left: -100%;
  list-style: outside none none;
 margin: 1px 0 0;
  position: absolute;
  text-align: left;
  transition: left 0.3s ease 0s;
  width: 250px;
  z-index: 10 !important;
}
#menu ul.active {
  left: 0 !important;
}
  .nav-toggle::before {
  color: #ffffff !important;
  content: "☰";
  font-family: tahoma,arial !important;
  font-size: 20px;
  font-weight: normal;
  margin-right: 10px;
  text-decoration: none !important;
}
   .nav-toggle {
  color: #ffffff !important;
  content: "☰";
  font-family: tahoma,arial !important;
  font-size: 17px;
  font-weight: normal;
  margin-right: 10px;
  text-decoration: none !important;
}
/*#menu {
		width: 100%;
		margin: 40px auto;
		border: 1px solid #222;
		background-color: #222;
		background-image: -moz-linear-gradient(#555, #222); 
		background-image: -webkit-gradient(linear, left top, left bottom, from(#555), to(#222));	
		background-image: -webkit-linear-gradient(#555, #222);	
		background-image: -o-linear-gradient(#555, #222);
		background-image: -ms-linear-gradient(#555, #222);
		background-image: linear-gradient(#555, #222);
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		-moz-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
		-webkit-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
		box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
	}*/

#menu {
    /*background-color: #ffffff;
    background-image: linear-gradient(#555, #222);
    border: 1px solid #222;*/
    /*margin: 30px auto;*/
    width: 100%;
}


    #menu:after {
        clear: both;
    }

#menu {
    zoom: 1;
}

    #menu li {
        float: left;
        /*border-right: 1px solid #222;
        -moz-box-shadow: 1px 0 0 #444;
        -webkit-box-shadow: 1px 0 0 #444;
        box-shadow: 1px 0 0 #444;*/
        position: relative;
        width: 100%
    }


    


