body, nav, ul, li, a  {margin: 0; padding: 0;}
a {text-decoration: none;}
.container {
    width: 90%;
    max-width: 900px;
    margin: 5px 0;
}
.toggleMenu {
    display:  none;
}	

.nav {
    list-style: none;
     *zoom: 1;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: auto;/*was 9em*/
}
.nav a {
	padding: 0px 0px 0px 0px; /*creates space around level 1 link*/
    color:#000;
}
.nav_space {
	display:inline-block;
	padding: 0px 4px 0px 0px; /*creates space around level 1 link*/
}
.nav_exspace {
	font-weight: 700;
	display:inline-block;
	padding: 0px 0px 0px 20px; /*creates space around level 1 link*/
}

.nav li {
    position: relative;
}
.nav > li {
    float: left;
    border: none; /*adds border to level 1*/
}
/*.nav > li > .parent {
    background-image: url("../images/design/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}*/
.nav > li > a {
    display: block;
	padding: 3px 6px;
}
.nav > li > a:hover {
	background-color: #efe7db;
	color: #c3122f;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
    background: #efe7db;
	min-width: 130px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: #efe7db;
    position: relative;
    z-index:100;
    border-top: 1px solid #d9c3a8;
	padding: 3px 6px;
}

.nav li li a:hover {    
	background: #d9c3a8;
	color: #c3122f;
}

.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}

@media screen and (max-width: 675px) {
.toggleMenu {
    display:  block;
    text-transform: uppercase; 
	font-weight: 700; 
	font-size: 1.0em;
	padding: 2px 4px 2px 4px; 
	margin: 0px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}	
	.toggleMenu a:link {
		color: #fff;         
		text-decoration: none;
		background-color: #004882;
}
	.toggleMenu a:visited {
		color: #fff;         
		text-decoration: none;
		background-color: #004882;
}
	.toggleMenu a:hover {
		color: #fff;         
		text-decoration: none;
		background-color: #000000;
}
	.toggleMenu a:active {
		color: #fff;
		text-decoration: none;
		background-color: #000000;
}

    .active {
        display: block;
    }
.nav_space {
	display:block;
	padding: 0px 4px 0px 0px; /*creates space around level 1 link*/
}
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("../images/design/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  ul {
 		width:98%;
		min-width: 240px;
}
.nav a {
	text-transform: uppercase;
	font-weight: 600;
}

}