body, nav, ul, li, a  {margin: 0; padding: 0;}
body {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
a {text-decoration: none;}

.container {
    width: 90%;
    max-width: 900px;
    margin: 10px auto;
}
.toggleMenu {
    display:  none;
    background: #225206;
    padding: 10px 15px;
    color: #fff;
	width:100%;
}
.nav {
    list-style: none;
     *zoom: 1;
	 clear:right;
	 margin-top:33px;
	 
	 
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
    color: #30322f;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 15px;
    padding: 10px 27px;
	font-weight:bold;
	
	
}




.nav a:hover, .select{
    color: #fff !important;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 15px;
	/*background: url(../images/nav-arrow.png) bottom center no-repeat #133493;*/
	background-color:#6cbd47;
	border-radius:3px;
	font-weight:bold;
    


}



.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;
	z-index:9999;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
	
}
.nav li li a {
    display: block;
   background: url("../images/login-bg.jpg") repeat-x scroll left top rgba(0, 0, 0, 0);
    border-bottom: 1px solid #333;
    border-radius: 7px;
    color: #30322f;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    padding: 6px 10px;
}
.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
	
	
}

@media screen and (max-width: 768px) {
    .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 {background:#abc373;}
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }

}