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

.toggleMenu {
	width: 100%;
	height: auto;
	float: left;
    padding: 5px;
    color: #fff;
    display:  none;
	z-index: 999999999999;
font-family: 'Oswald', sans-serif;
	background-color:#c79110;
	border: 2px solid #fff;
}
#nav {	
    list-style: none;
font-family: 'Oswald', sans-serif;
	font-size: 0.95em;
	text-align: center;
	background-color:#c79110;
	padding: 10px;
}
#nav .current a { color:#c79110; background-color:#fff;  }
#nav:before,
#nav:after {
    content: " "; 
    display: table; 
}
#nav:after {
    clear: both;
}
#nav ul {
    list-style: none;
    width: 190px;
}
#nav a {
    padding: 10px 10px 10px 10px;
    color:#fff; 

}
#nav a:hover {
    color:#c79110;
	-webkit-transition: all ease 0.5s;
	background-color:#fff; 
}
#nav li {
    position: relative; border-right: none; 

}
#nav > li {
    float: left;
	margin: 0 auto;
	text-align: left;
}
#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:42px;
}
#nav li li a {
    display: block;
    background: #fff;
    position: relative;
    z-index:9999;
	color: #1e1819;
	font-weight:normal;
font-family: 'Francois One', sans-serif; 
	font-size: 0.9em;
	text-transform: uppercase;
	border-radius: 0;
	padding-top: 15px;
	padding-bottom: 15px; border-radius: 7px 0 7px 0;
	margin-bottom: 1px;
}
#nav li li a:hover {
    display: block;
    background: #1e1819;
    position: relative;
    z-index:9999;
	color: #fff;
	-webkit-transition: all ease 0.5s;
	font-weight:normal;
	padding-left: 15px;
	text-transform: uppercase;


}
#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 dotted #322d2d;
    }
	#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 12px 10px 12px;
    color:#fff;  

}	
#nav .current a { color:#c79110; 	background-color:#fff;    }
#nav a {
    padding: 7px 12px 7px 12px;
    color:#fff; 

}
#nav a:hover {
    color:#c79110;
	-webkit-transition: all ease 0.5s;
	background-color:#fff; 
}
#nav li li a {
    display: block;
    background: #fff;
    position: relative;
    z-index:9999;
	color: #1e1819;
	border-top: 1px solid #c79110;
	font-weight:normal;
font-family: 'Francois One', sans-serif; 
	font-size: 0.9em;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
}	
}




@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 


    .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 dotted #322d2d;
    }
	.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 12px 10px 12px;
    color:#fff; 

}	

}












