
a {text-decoration: none;}
 
.toggleMenu {
    display:  none;
    padding: 8px 8px;
	border-radius:0;
    color: #fff;
	float:right;
	margin-bottom:12px;
}
.toggleMenu:hover {
    color: #fff; background: #f29f0f;
}

.nav {
    list-style: none;
     *zoom: 1;
     background: none;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width:100%;
	padding:0; margin:0;
}
.nav a {
    color:#ffffff;
	font-size:22px; line-height:100%;
	display: block;
	text-decoration:none;
	padding:3px 0px 3px 6.38%;
	width:93.62%;
	font-family: 'Marvel', sans-serif;font-weight: 700;
	margin-bottom:5px;
    text-shadow: 1px 1px #666;
 
}
.nav li {
    position: relative; 
	height: auto;
	text-align:left;
	display: inline-block;
	width:100%;
	
}
.nav > li {
    float: left;
	 z-index:1000;
}
.nav > li > .parent {
    background-image: url(images/downArrow.png);
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block; background:#fff;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
	margin-left:0px; padding-left:0px;
}
.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;
	background: #e3e3e3;
	border-top: 1px solid #FFFFFF;
	text-align:center;
	padding-left:30px;
	
}
.nav li a:hover { 
	color: #000;
	background-color: #f29f0f;
	background-image: url(images/right-arrow_black.png); background-position:right; background-repeat:no-repeat;
	 }
	 	
.nav li.selected a { 
	color: #fff;
	background-image: url(images/right-arrow_grass-green.png); background-position:right; background-repeat:no-repeat;
		}
				
.nav li.selected a:hover { 
	color: #000;
	background-color: #f29f0f;
	background-image: url(images/right-arrow_black.png); background-position:right; background-repeat:no-repeat;
	}
	 
.nav li li a:hover { 
		display: block;
		background: #fff;
		}
		
.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}

@media screen and (max-width: 768px) {
    	
	.toggleMenu { position:absolute; top:30px; right:20px;}
	.active {
        display: block;
    }
    .nav > li {
        float: none; font-size:110%; text-align:center;
			 z-index:50;
    }
    .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:auto;
		margin-bottom:20px;
    }
	.nav li {
    position: relative; 
	height: auto;
	width:auto;
	margin: 0;
	text-align:left;
	display: block;
}
	
 .nav a {
	padding:3px 10px;
	margin-bottom:7px;
}

.nav > li.hover > ul , .nav li li.hover ul {
    position: static;
    }
.nav li.selected { 
		}
 }