

#menu{
  width: 100%;
  max-width: 962px;
  margin: 0 auto;
  padding: 0;
}
#menu li{
  display: block;
  float: left;
  width: 12.5%;
  margin: 0;
  padding: 0; }
#menu li a{
  display: block;
  padding: 18px 0 10px;
  background: #333;
  color: #fff;
  text-align: center;
  text-decoration: none;
  
	border-bottom:1px solid #aac;
	border-left:1px solid #aac;
	background-color:#090;
	font-size:12px;
	height:25px;
}
#menu li a:hover{
  
  
display:block; 
 
border-left:1px solid #aca; 
background-color:#3b3;
text-decoration:none;
color:#fff;
height:25px;
text-align:center;
}

#toggle{ 
 display: none;
}
@media only screen and (max-width: 962px) {
    #menu_box{height:180px;}
	#menu li{
    width: 25%; height: 54px;
    
  }
  
  

  
  
}
@media only screen and (max-width: 480px) {
  #menu{
    display: none;
  }
  #menu li{
    width: 100%; height:150px;
  }
  
  #menu li a{
  display: block;
  padding: 40px 0 20px;
  color: #575;
  text-align: center;
  text-decoration: none;
 
	
	font-size:50px; font-weight:bold;
	height:140px;
	
background: #95bc80; /* Old browsers */
background: -moz-linear-gradient(top,  #95bc80 0%, #95d38d 34%, #a5c483 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#95bc80), color-stop(34%,#95d38d), color-stop(100%,#a5c483)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #95bc80 0%,#95d38d 34%,#a5c483 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #95bc80 0%,#95d38d 34%,#a5c483 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #95bc80 0%,#95d38d 34%,#a5c483 100%); /* IE10+ */
background: linear-gradient(to bottom,  #95bc80 0%,#95d38d 34%,#a5c483 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95bc80', endColorstr='#a5c483',GradientType=0 ); /* IE6-9 */


}	
	
	
  #menu ul{ }
  
  
  
#menu li a:hover{
  
  
display:block; 
 

background-color:#3b3;
text-decoration:none;
color:#fff;
text-align:center;height:130px;}



  
  
  

  

  
  
  #toggle{
    display: block;
    position: relative;
    width:100%;
    background: #575;height:165px;
	padding-top:24px;
	
	
  }
  #toggle a{
	 
    display: block;
    position: relative;
    padding: 12px 0 10px;
    border-bottom: 1px solid #575;
    color:3fff;
    text-align: center;
    text-decoration: none;
  }
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 100px;
    width:60px;
    height:60px;
    margin-top: -30px;
    background: #fff;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 47%;
    left: 100px;
    width: 60px;
    height: 12px;
    background: #575;
  }
  #toggle a:before{
    margin-top: -18px;
  }
  #toggle a:after{
    margin-top: 6px;
  }
  
  
  
  
}

