

.container {
    width: 100%;
    margin: 0 auto;

}
.toggleMenu {
    display:  none;
    padding: 15px 15px;
    color: #fff;
}


.toggleMenu img {
	width:4%;
	height:auto;
	float: right;
	}

.nav {
    list-style: none;
     *zoom: 1;

}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 14em;
	float:left;
	margin-left:-30%;
	margin-top:0%;
}

.nav a {
	text-decoration: none;
    padding:8px 15px;
    color: #fff;
	font-size:0.7em;
	font-weight: normal;
}


.nav a:hover {
color: #930;
}


.nav li {
    position: relative;	
}


.nav > li {
	float: left;
	margin-left:10px;
}
.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  ul a {
	font-size:10px;
	padding:5% 2%;
}

.nav li  ul a:hover {
	font-size:10px;
}


.nav > li.hover > ul {
    left: 0;
}


.nav li li.hover ul {
    left: 100%;
    top: 0;
}

.nav li li a {
    display: block;
	background:rgba(0,0,0,0.75);
    position: relative;
    z-index:100;
}

.nav li li li a {
    z-index:200;
}

@media screen and (max-width: 1500px) {
	
	
.nav a {
	text-decoration: none;
    padding:5px 5px;
	font-size:11px;
}	
	
.nav ul {
    list-style: none;
    width: 14em;
	float:left;
	margin-left:-60%;
	margin-top:0%;
}


}	
	

@media screen and (max-width: 1280px) {
	
	
.nav a {
	text-decoration: none;
    padding:5px 2px;
	font-size:0.65em;
}	
	
	
	}





@media screen and (max-width: 980px) {
	
	
.nav a {
	text-decoration: none;
    padding:5px 5px;
	font-size:12px;
}	
	
	
	}
	


	
	
	
@media screen and (max-width: 800px) {
	
.container {
    width: 100%;
    margin: 0 auto;
	margin-left:0%;

}


.toggleMenu img {
	width:4%;
	height:auto;
	float: right;
	margin-right:3%;
	}



.nav a {
	text-decoration: none;
    padding:5px 0px;
    color: #FFF;
	font-size:.70em;
	font-weight: normal;
	text-align: left;
	border-bottom:1px solid #333;
	padding:3% 3%;
}

.nav li {
	width:100%;
    position: relative;
	padding:0em 0em;
}


.nav li  ul a {
	font-size:.80em;
}

	
    .active {
        display: block;
    }
    .nav > li {
       float: right;
		background:rgba(0,0,0,0.75);
		width:80%;
		margin-left:10%;
		margin-right:0%;
    }
	
	
	
	
    .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;
		margin-left:0%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }

}	

@media screen and (max-width: 500px) {
	
	
.container {
    width: 100%;
    margin: 0 auto;
	margin-left:0%;

}



.toggleMenu img {
	width:10%;
	height:auto;
	float: right;
	margin-right:3%;
	}


.nav a {
	text-decoration: none;
    padding:5px 0px;
    color: #FFF;
	font-size:.80em;
	font-weight: lighter;
	text-align: left;
	border-bottom:1px solid #333;
	padding:8% 0%;
}

.nav li {
	width:100%;
    position: relative;
	padding:0em 0em;
}


.nav li  ul a {
	font-size:.60em;
	border-bottom:0px;
}

	
.active {
        display: block;
    }
	
.nav > li {
       float: none;
		background:transparent;
		width:100%;
		margin-left:0%;
    }
	
.nav li li a {
	background: transparent;
}	
	
	
    .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;		
	margin-left:-20%;
    }
	
	.nav li  ul a:hover {
	font-size:0.6;
}
	
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }

}