body, nav, ul, li, a  {margin: 0; padding: 0;}
a {text-decoration: none;}

.toggleMenu {
	width: 100%;
	height: auto;
	float: left;
    color: #fff;
    display:  none;
	z-index: 999999999999;
	font-family: 'Oswald', sans-serif;
	
	text-align: center;
}
.nav {	
    list-style: none;
	font-family: 'Oswald', sans-serif;
	font-size: 0.9em;
	text-align: center;
	float: right;
}
.nav .current a { color:#d99f1c; background-color:#fff; }
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 215px;
	margin-top: -5px;
}
.nav a {
    padding: 20px 5px 20px 5px;
    color:#fff; transition: all ease 0.5s;
	font-size: 1em; 
	width: 160px;
	text-align: center;
}
.nav a:hover {
    color:#d99f1c;
	-webkit-transition: all ease 0.5s;background-color:#fff;
}
.nav li {
    position: relative; 

}
.nav > li {
    float: left;
	margin: 0 auto;
	text-align: left;
	border-right: 1px solid #1e3150;
}
.nav > li:last-child { border-right: none; }

.nav > li > .parent {
    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;
    top: 65px;
}
.nav li li a {
    display: block;
    background: #061b3d;
    position: relative;
    z-index:9999;
	color: #fff;
	font-weight:normal;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.95em;
	border-radius: 0;
	padding: 10px 15px 10px 15px;
	border-top: 1px solid #1e3150;
	width: 220px;
	text-align: left;
}
.nav li li a:hover {
    display: block;
    background: #fff;
    position: relative;
    z-index:9999;
	color: #d99f1c;
	-webkit-transition: all ease 0.5s;
	font-weight:normal;

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

@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
	.nav {
		width: 100%;
		list-style: none;
		float: right;
		position: relative;
		margin: 5px 0 0 0;
	}
    .nav > li {
        float: none;
		border-right: none;
		border-bottom: 1px solid #1e3150;
    }
	.nav li:last-child { border-bottom: 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 a {
    padding: 10px 15px 10px 15px;
    color:#fff; transition: all ease 0.5s;
	font-size: 1em;
	width: 100%;
	text-align: left;

}	



.nav li li a {
    display: block;
    background: #bd4a56;
    position: relative;
    z-index:9999;
	color: #fff;
	font-weight:normal;
font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.9em;
	text-transform: uppercase;
	border-radius: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}	
}