
a {text-decoration: none;}

.toggleMenu {
    display:  none;
    padding: 10px 15px;
	background-color:#f1f1f1;
	width:100%;
	margin-bottom:10px; background-image:url(images/menu-icon.png); background-repeat:no-repeat; padding-left:40px; background-position:0 12px;
	 font-family: 'ae_alyermookregular';
}



.nav {
    list-style: none;
     *zoom: 1; 
	 font-family: 'ae_alyermookregular';
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}


.nav a {
    padding: 10px 15px;
    color:#453422; text-transform:uppercase;
}

.nav li a:active,
.nav  a:hover{ background:#71a016; }
.nav li {
    position: relative;
}
.nav > li {
    float: right;
    
}
.nav > li > .parent {
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position: left;
}
.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;
}
.nav li li a {
    display: block;
    background: #453422;
    position: relative;
	color:#fff; z-index:1000;
	 border-top: 1px solid #8f806d;
	 font-size:18px;
}

.nav li li a:hover {
	background:#786854;
}
.nav li li li a {
    background:#786854;
    z-index:1100;
    border-top: 1px solid #8f806d;
}

.nav li li li a:hover {
    background:#453422;
}

@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
		border-bottom:solid thin #cec2b4;
    }
    .nav > li > .parent {
        background-position: 0 0 95% 50% 
    }
    .nav li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
		background-position:left;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }

}