.toggleMenu {
    display:  none;
    background: #323a45;
    padding: 10px 15px;
    color: #fff;
}
.nav {
    list-style: none;
     *zoom: 1;
 	 width:100% !important;
	 display:block;
	 margin:-.3em 0 0 0;
	 color:#fff !important;

}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width:100% !important;
}
.nav a {
    padding:5px 15px 10px 15px;
    color:#fff;
	text-transform:uppercase;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size:2em;	
}
.nav a:hover, .nav .current_page_item a, .current_page_parent, .current_page_ancestor, .hover
{
		background:#d9ad58;
}
.nav a:visited
{
		color:#fff !important;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
}
.nav > li > .parent {
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
	padding-left:0 !important;
	padding-right:0px !important;
	width:15em !important;
	
	
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
	width:3em;

}
.nav li li a {
    display: block;
	font-size:1.5em !important;
    background: #d9ad58;
    position: relative;
    z-index:100;
    border-bottom: 1px solid #478a99;
	padding:.5em 1em .5em 1em !important;


}
.nav li li li a {
    background:#d9ad58;
    z-index:200;
    border-top: 1px solid #478a99;
}

@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;
    }

}