.menu{
      height:auto;
	  
	   }
	   
body, nav, ul, li, a  {margin: 0; padding: 0;}
body {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
a {text-decoration: none;}
.container {
    width: 100%;
    max-width: 100%;
    
}
.toggleMenu {
    display:  none;
    background: url('../images/nav-icon.png') no-repeat;
    padding: 10px 15px;
    color: #fff;
	text-align:center;
	font-weight:bold;
}



.nav {
    list-style: none;
     *zoom: 1;
    
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 100%;
}
.nav a {
    padding: 10px 7px;
    color:#fff;
	
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
   
}
.nav > li > .parent {
    background-image: url("../images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
	
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
	
}
.nav li li a {
    display: block;
	width:100%;
    background: #00b6b5;
    position: relative;
	font-size:12px;
    z-index:100;
    border-top: 1px solid #ccc;
}
.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #558b02;
}

@media screen and (max-width: 1232px) {
	
.nav a {
    padding: 10px 10px;
    color: #90C23E;
}	
	
	
	}

@media screen and (max-width: 767px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
	
	.nav li li a {
    display: block;
    width: 96%;
    background: #00b6b5 none repeat scroll 0% 0%;
    position: relative;
    font-size: 15px;
    z-index: 100;
	color:#fff;
	}
	
.toggleMenu {
    display: none;
    background: url('../images/nav-icon.png') no-repeat;
    padding: 10px 15px;
    color: #fff;
    width: 89%;
    margin-top: 2%;
    margin-bottom: 2%;
    margin-left: 4%;
}
  
 ul.tabbernav li a {
    margin-left: 11px;
    text-decoration: none;
    padding: 10px 2px;
    color: #000;
    font-size: 8px;
} 
  

}

@media screen and (max-width: 480px) {
	
ul.tabbernav li a {
    margin-left: 1px;
    text-decoration: none;
    padding: 10px 6px;
    color: #000;
    font-size: 7.3px;
}
.menu {
    width: 100%;
    height: auto;
    float: left;
    background: #666;
}

.nav a {
    padding: 10px 10px;
    color: #FFF;
}

.nav {
    list-style: none;
    font-weight: bold;
    font-size: 16px;
    padding-top: 1.5%;
    margin-left: 0px;
}
}
				

