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

.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 {
 display:block; 
    font-size:0.8em; 
    line-height:34px; 
    padding-left:15px;  
    color:#a7a7a7; 
    height:34px; 
    margin-bottom:4px; 
    text-decoration:none;  
    text-transform:uppercase; 
    font-family: "Helvetica Neue", Helvetica, Arial, Gotham, "sans-serif"; 
    font-weight: normal;
}
.nav li {
    position: relative; 
	height: auto;
	text-align:left;
	display: inline-block;
	width:100%;
	
}
.nav > li {
    float: left;
	 z-index:1000;
}
.nav > li > .parent {
  
}
.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;
	text-align:center;
	padding-left:30px;
	
}
.nav li a:hover { 
text-decoration:none;  color:#4e5961; 
	 }
	 	
.nav li.selected a { 
	display:block;  height:34px; margin-bottom:4px; text-decoration:none;  color:#4e5961; 
		}
				
.nav li.selected a:hover { 
	display:block; text-decoration:none;color:#4e5961; 
	}
	 
.nav li li a:hover { 
		display: block;
		background: #fff;
		}
		
.nav li li li a {
    background:#249578;
    z-index:200;
}

@media screen and (max-width: 768px) {
    	
	.toggleMenu { position:absolute; top:35px; 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 {
      
    }
    .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 3px 0;
	margin-bottom:7px; text-align: center;
}

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