body, nav, ul, li, a  {margin: 0; padding: 0;}
body {font-family: 'Noticia Text', serif;}
a {text-decoration: none;}
.container {
    width: 90%;
    max-width: 900px;
    margin: 10px auto;
}
.toggleMenu {
    display:  none;
    background: #666;
    padding: 10px 15px;
    color: #fff;
}
.nav {
    list-style: none;
     *zoom: 1;
     background:#fcb537;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 11.5em;
}
.nav a {
    padding: 10px 15px;
    color:#fff;
	/*padding: 12px 40.2px 12px 40.3px ;*/
	padding:auto;
	font-size:15px;
	padding: 13px 25px;
	font-family: 'Noticia Text', serif;
	
}
.nav li {
    position: relative;
}
.nav li.active a, .nav li a:hover
 {
    position: relative;
		-webkit-transition: .5s all linear;
	-moz-transition: .5s all linear;
	-o-transition: .5s all linear;
	transition: .5s all linear;
	box-shadow: inset 0 1px 0 #d2921f,inset 0 0 30px 0 #d2921f;
	color: #FFF;
}

.nav > li {
    float: left;
    border-top: 1px solid #e99a0f;
	border-right: 1px solid #e99a0f;
}
.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;
}
.nav > li.hover > ul {
    left: 0;
	
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
	color: #ccc;
}
.nav li li a {
    display: block;
    background: #e89e1a;
    position: relative;
    z-index:100;
    border-right: 1px solid #fbc669;
	border-top: 1px solid #fbc669;
}
.nav li li li a {
    background:#f5bb54;
    z-index:200;
    border-top: 1px solid #fcb537;
	
}

.nav > li > ul > li >.parent {
    background-image: url("images/rightArrow.png");
    background-repeat: no-repeat;
    background-position: right;

}

@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;
    }
.nav > li > ul > li >.parent {
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;

}
}