/*body, nav, ul, li, a  {margin: 0; padding: 0;}*/
/*body {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #2c3b25; }*/
a {text-decoration: none;
   color: #2c3b25;
   font-family: Verdana, Geneva, sans-serif;
}
.container {
    width: 90%;
    max-width: 900px;
	margin-top: 15px;
	margin-left: 16px;
}
.toggleMenu {
    display:  none;
   /* background: #666;*/
  /* padding: 10px 15px;*/
   color: #2c3b25;
   font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin-bottom: 30px;
}
.nav {
    list-style: none;
     *zoom: 1;
    /* background:#175e4c;*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #2c3b25;
	margin-left: -55px;
	margin-top: -15px;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
    /* padding: 10px 15px;*/
	padding: 3px 15px;
	color: #2c3b25;
}
/*  neu   */
.nav a:hover {
	text-decoration:underline;   
}
/*   end neu */
.nav li {
    position: relative;
}
.nav > li {
    float: left;
    /*border-top: 1px solid #104336;*/
}
.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;
	list-style-type: none;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    /*background: #1d7a62;*/
    position: relative;
    z-index:100;
    /*border-top: 1px solid #175e4c;*/
}
.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 ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }

}