.toggleMenu {
    display:  none;
    background: #ffec00;
    padding: 3px 7px;
    color: #c7001a!important;
	/*width:100%;*/
	float:right;
	font-size:13px;
	font-weight:normal;
	font-family: "Roboto";
	/*margin-top:31px!important;*/
	margin-top:1px!important;
	border-radius:5px;
	margin-bottom:5px;
}
.nav {
    list-style: none;
     *zoom: 1;
    /* background:#175e4c; float:right;*/
	/*margin:34px 0;*/
	margin:39px 0;
	
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
    padding: 10px 10px;
    color:#fff;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
   /* border-top: 1px solid #104336;*/
}
.nav > li > .parent {
    background-image: url("../images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
	 text-transform: uppercase;
	 font-family:Roboto;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
	padding-left:0;
	margin-left:0;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: #912b32;
    position: relative;
    z-index:100;
    border-top: 1px solid #d0b27a;
	color:#fff !important;
}
.nav li li li a {
    background:#d0b27a;
    z-index:200;
    border-top: 1px solid #1d7a62;
}

@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;
    }

}
