
a {text-decoration: none;}
.container {
    width: 90%;
    max-width: 900px;
    margin: 10px auto;
}
.toggleMenu {
    display:  none;
    background: #FFFFFF;
    padding: 10px 10px;
	border-radius: 5px;
    color: #3e3e3e;
	float:right;
	margin-bottom:12px;
}
.nav {
    list-style: none;
     *zoom: 1;
     background: none;
	 float:right;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
	
}
.nav a {
    padding: 8px 21px;
    color:#000;
	font-size:18px;
	font-family: 'Oswald', sans-serif; font-weight:400;
	text-transform:uppercase;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
	 z-index:50;
 }
 

.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 {
    display: block;
    position: relative;
    z-index:100;
    color: #000;
	border-top: 1px solid #FFFFFF;
	font-size:15px; 
	padding: 10px 30px;
	background:#e9eae4;
	line-height:15px; width:100%;

}
.nav li a:hover { 
		display: block; color:#ffffff;
		background: #00d2ff;
		}
		
.nav li.selected, .nav li.selected a { 

		color:#ffffff; background:#00adea;
		}
		
.nav li li a:hover { 
		display: block;
		background: #fb3373;
		}
		
.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}

@media screen and (max-width: 767px) {  
    .active {
        display: block;
    }
	.nav {
	 float: none;
}
    .nav > li {
        float: none; font-size:110%; text-align:center;border-top: 1px solid #FFF;  
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
 
	.nav > li > a {
    display: block; background:#dfe2c8; 
}
    .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;
    }
 
		
		.nav li li a { width:100%; padding-left:0; padding-right:0;}
		
		.toggleMenu {
			position:absolute; top:20px; right:10px;
    
}
 

}