/*---body, nav, ul, li, a  {margin: 0; padding: 0;}
body {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }--*/
/*---
a {text-decoration: none;}
.container {
    width: 90%;
    max-width: 900px;
    margin: 10px auto;
}



--*/
.toggleMenu {
	display: none;
	padding: 15px 25px;
	color: #fff;
	background-color: #036;
}


#menu-nav{
	padding-top: 25px;
	padding-right: 10px;
	padding-left: 10px;
}

.nav {
	list-style: none;
     *zoom: 1;
	background-color: #FFFFFF;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {	
    list-style: none;
    width: 9em;
}

.nav a {
	color: #fff;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.nav li {
	position: relative;
	background-color: #006699;
}
.nav > li {
	float: left;
	-ms-border-top-width: 1px;
	-moz-border-top-width: 1px;
	-webkit-border-top-width: 1px;
	-o-border-top-width: 1px;
	border-top-width: 1px;
	
	-ms-border-top-style: solid;
	-moz-border-top-style: solid;
	-webkit-border-top-style: solid;
	-o-border-top-style: solid;

	-ms-border-top-color: #003366;
	-moz-border-top-color: #003366;
	-webkit-border-top-color: #003366;
	-o-border-top-color: #003366;
	
	border-top-style: solid;
	border-top-color: #003366;
}
.nav > li > .parent {
	background-image: url(../images/downArrow.png);
	background-repeat: no-repeat;
	background-position: right;
	margin-right: 10px;
}

.nav > li > a {
    display: block;
	
}

/*---.nav > li > a:hover {
	background-color: #036;	
}---*/
.nav > li li > .parent {
	background-image: url(../images/downArrow.png);
	background-repeat: no-repeat;
	background-position: 90% 50%;
	background-color: #0086C6;	
}


.nav > li ul {
	position: absolute;
	left: -9999px;
	background-image: url(../images/upArrow.png);
    width: 100%;
}
/*---
.nav  li ul  a:hover {
	color: #F60;
}

.nav  li ul li a:hover {
	color: #FFF;
}---*/


.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
	left: 100%;
	top: 0;
}
.nav li li a {
	display: block;
	position: relative;
	z-index: 100;
	background-color: #0086C6;
	
	-ms-border-top-width: 1px;
	-moz-border-top-width: 1px;
	-webkit-border-top-width: 1px;
	-o-border-top-width: 1px;

	-ms-border-top-style: solid;
	-moz-border-top-style: solid;
	-webkit-border-top-style: solid;
	-o-border-top-style: solid;

	-ms-border-top-color: #003366;
	-moz-border-top-color: #003366;
	-webkit-border-top-color: #003366;
	-o-border-top-color: #003366;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003366;
}

.nav li li li a {
	z-index: 200;
	background-color: #00A5F4;
	
	-ms-border-top-width: 1px;
	-moz-border-top-width: 1px;
	-webkit-border-top-width: 1px;
	-o-border-top-width: 1px;
	
	-ms-border-top-style: solid;
	-moz-border-top-style: solid;
	-webkit-border-top-style: solid;
	-o-border-top-style: solid;
	
	-ms-border-top-color: #003366;
	-moz-border-top-color: #003366;
	-webkit-border-top-color: #003366;
	-o-border-top-color: #003366;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003366;
}

@media screen and (max-width: 800px) {

    .active {
        display: block;
    }
#menu-nav{
	padding: 0px 0px;
}
    .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;
    }
}
