body, nav, ul, li, a  {margin: 0px auto; padding: 0;}
body {
	font-family: 'Titillium Web', sans-serif;
	font-size:14px;
	font-weight:600;
	letter-spacing:1px;
  }
a {text-decoration: none;}
.container {
    width: 100%;
    margin: 0px auto;
	float:inherit;
	text-align:left;
	position: absolute;
}
.toggleMenu {
    display:  none;
    background: #eee;
    padding: 7px 15px;
    color: #fff;
	width:inherit;
	background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position:right;
	position:relative;
	top:0px;
	border-bottom:1px solid #ccc;
}

.nav {
    list-style: none;
     *zoom: 1;
     background:#;
	 margin:0px auto 0px auto;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
	height:50px;
	text-align:left;
}

.nav a {
    padding: 17px 22px;
    color:#fff;
	border-right:1px solid #CCC;
	background-color:#086ea3;
	position:relative;
	text-align:left;	
}



.nav a:hover {
    padding: 17px 22px;
    color:#000;
	-webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
	background-color:#198ac4;
	color:#FFF;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
    border-top: 0px solid #104336;
}
.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;
}
.nav li li a {
	width:210px;
    display: block;
    background:#fff;
    position: relative;
    z-index:100;
	color:#000;
    border-top: 1px solid #ccc;
	background-image: url("images/rightArrow.png");
	background-repeat:no-repeat;
	background-position:right;
}
.nav li li li a {
    background:#fff;
	color:#000;
    z-index:200;
	left:83px;
    border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

@media screen and (max-width: 769px) {
    .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;
    }
	
	
	
	.toggleMenu {
    background: #086ea3;
    padding: 16px 15px;
    color: #fff;
	width:inherit;
	background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position:right;
	position:relative;
	top:0px;
	}

	.nav li li a {
	width:80%;
    display: block;
    position: relative;
    z-index:100;
    border-top: 1px solid #eee;
	background-color:#fff;
	}
	
	.nav li li li a {
    background:#fff;
	color:#000;
    z-index:200;
	left:0px;
    border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

}