body, nav, ul, li, a  {
	margin: 0 0 0 auto;
	padding: 0;
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}
a {
	text-decoration: none;
}
.container {
	width: 100%;
	max-width: 1350px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 10px;
}
.toggleMenu {
    display:  none;
    background: #cc0000;
    padding: 10px 10px;
    color: #fff;
}
.navDOI {
	list-style: none;
     *zoom: 1;
	color: #000000; 
}

.navDOI a:hover {
	background-color: #ffffff;
	color: #0084c0;
}
.navDOI:before,
.navDOI:after {
    content: " "; 
    display: table; 
}
.navDOI:after {
    clear: both;
}
.navDOI ul {
	list-style: none;
	width: inherit;
}
.navDOI a {
	color: #000000;
	background-color: #a7ce6b;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}





.navDOI li {
    position: relative;
}
.navDOI > li {
	float: left;
	border: thin solid rgba(206,206,206,1.00);
}
.navDOI > li > .parent {

    background-repeat: no-repeat;
    background-position: right;
}
.navDOI > li > a {
	display: block;
	background-color: #0084c0;
	color: #FFF;
}
.navDOI li  ul {
	position: relative;
	left: auto;
}
.navDOI > li.hover > ul {
    left: 0;
	background-color:rgba(242,194,0,1.00);
}
.navDOI li li.hover ul {
    left: 100%;
    top: 0;
	background-color:rgba(242,194,0,1.00);
}
.navDOI li li a {
	display: block;
	background: #fdcc44;
	position: relative;
	z-index: 100;
	border-top: 1px solid #175e4c;
}
.navDOI li li li a {
    background:#ffffff;
    z-index:200;
  
}



@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
    .navDOI > li {
        float: none;
    }
    .navDOI > li > .parent {
        background-position: 95% 50%;
    }
    .navDOI li li .parent {
	background-position: 95% 50%;
    }
    .navDOI ul {
        display: block;
        width: 100%;
    }
   .navDOI > li.hover > ul , .navDOI li li.hover ul {
	position: static;
	background-color:rgba(242,194,0,1.00);
    }

}
