ul, li, a  {margin: 0; padding: 0;}


.toggleMenu {
    display:  none;
    background: #eeb111;
    padding: 10px 15px;
    color: #000;
	font: 18px/18px 'Cabin', sans-serif; color:#FFF;
	text-decoration:none;
	text-align:center;
}
.nav {
    list-style: none;
     *zoom: 1;
	 margin:36px 0 0 0;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 160px;
}
.nav a {
    padding: 10px 15px;
    color:#fff;
	font: 14px/14px 'Cabin', sans-serif; color:#000; text-transform:uppercase; text-decoration:none; font-weight:normal;
}
.nav li {
    position: relative;
	word-wrap:break-word;
}
.nav > li {
    float: left;
    border-top: 0px solid #104336;
}
.nav > li > .parent {

	background-image:url(../images/downArrow.png);
    background-repeat: no-repeat;
    background-position: 95% 15px;
	padding-bottom:36px;
	padding-right:30px;
}
.nav > li:hover > .parent {

	background-image: url(../images/downArrow-h.png);
    background-repeat: no-repeat;
    background-position: 95% 15px;
	background-color:#000;
	color:#fff;
}

.nav > li > a {
    display: block;
	font-weight:700;
	
    padding-bottom: 36px;
}

.nav > li > a:hover {
    display: block;
	font-weight:700;
	background-color:#000;
	color:#fff;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
	
	
}
.nav > li.hover > ul {
    left: 0;
	padding-top:0px;
}
.nav li li.hover ul {
    left: -100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: #000;
    position: relative;
    z-index:100;
    color: #fff;
    font-weight: 700;
}
.nav li li a:hover {
    background-color: #385f78 !important;}



.nav li li li a {
    background: #385f78;
    z-index:200;
}
nav li li li a:hover {
    color:#000
}
.fix{padding-top:15px;}

@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;
    }

}