.menubtn{
	display: none;
	}
nav{
    display: block;
    position: relative;
    z-index:9999;
	}
nav span{
	display: none;
	}

/* all lists */
nav ul, nav ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	position: relative;
	}
nav ul a {
	display: block;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;                  
    -moz-transition: all 0.5s ease 0s;                 
    -o-transition: all 0.5s ease 0s;   
    -ms-transition: all 0.5s ease 0s;          
    transition: all 0.5s ease 0s;
	}
/* all list items */
nav ul li {
	float:left;
	-webkit-transition: background-color 0.7s ease;
    -moz-transition: background-color 0.7s ease;
    -o-transition: background-color 0.7s ease;
    -ms-transition: background-color 0.7s ease;
    transition: background-color 0.7s ease;
	}
nav ul li:last-child{
	border:none;
	}
/* second-level lists */
nav ul li ul {
	position: absolute;
	width: 180px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}
nav ul li ul li{
	width: 200px;
	}


/*nav ul li a.sf-with-ul:after {
	content: '\00BB';
	position: relative;
	float: right;
	top: 0;
	font-family:Arial, Helvetica, sans-serif;
	right:15px;
	display:block;
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	}
nav ul li.sfHover a.sf-with-ul:after{
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	}
nav ul li.sfHover li a.sf-with-ul:after{
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	}*/
nav ul li a.sf-with-ul:only-child:after{
	content: '';/* if only child, delete arrow */
}
nav ul li ul li:last-child a{
	border-bottom:none;
	}
/* third-and-above-level lists */
nav ul li ul ul {
	margin: -2em 0 0 12em;/* negative margin calculated by li padding plus line height*/
	}
nav ul li:hover ul ul,
nav ul li:hover ul ul ul,
nav ul li.sfhover ul ul,
nav ul li.sfhover ul ul ul {
	left: -999em;
	}

nav ul li:hover ul,
nav ul li li:hover ul,
nav ul li li li:hover ul,
nav ul li.sfhover ul,
nav ul li li.sfhover ul,
nav ul li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}

/*----------------------------------
	COLORS
-----------------------------------*/

nav ul li a {
	color:#666;
	font-family: 'Source Sans Pro', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size:14px;
	text-transform:uppercase;
	text-align:center;
	display:block;
	padding:10px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	}
nav ul li{margin-right:0.5%;}
/*Top Nav borders*/
nav ul li li a{
	margin-right:0;
}

nav ul li a:hover, nav ul li.active a{
	color: #fff;
	background-color: #3BAC38;
	}
nav ul li a:hover
{
	background-color: #3BAD36;
}
nav ul li ul a{
	width:auto;
	height:auto;
	text-align:left;
	font-weight:normal;
	color:#fff;
	padding:8px 5px;
	background-color: #3BAC38;
	}
	
nav ul li ul a:hover{
	color: #fff;
	background:#eb6e1f;
	}
.nav-right{margin-top:8px; /*float:right;*/}
/*----------------------------------
	MEDIA QUERY
-----------------------------------*/
@media (min-width: 993px) and (max-width: 1200px){
	nav ul li a {padding:8px 14px;}
}
@media (min-width: 768px) and (max-width: 992px){
    .nav-right{float:none;}
	nav ul{text-align:center;}
	nav ul li{ float:none; position:relative; display:inline-block;}
	nav ul li a {padding:8px 19px;  }
}
@media screen and (max-width:767px){
	.nav-right{float:none;}
	.menubtn{
		display: block;
		margin: 5px 0 2px 0;
		float:none;
		-webkit-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
		-ms-transition: all 300ms ease-in-out;
		-o-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
		width:auto;
		height:40px;
		font-family:"Century Gothic"; font-weight:bold; color:#fff; font-size:22px;
		padding:4px 0 0 10px;
		}
	.menubtn:hover{
		cursor: pointer;
		}
	nav span{
		display: block;
		}
	nav span{
		position: relative;
		float: right;
		padding: 11px;
		}
	nav span:hover{
		cursor: pointer;
		}
	nav ul,
	nav ul > ul{
		display: none;
		float:none;
		width:100%;
		}
	
 
	nav ul li {
		border-right:none;
		margin-right:0; 
		border-bottom:1px solid #eeeeee;
		}
	nav ul li a.sf-with-ul:after {
		content:'';
		}
	nav ul li ul,
	nav ul li ul li{
		width: 100%;
		}
    nav ul li ul{
		border-top:none;
		}
	nav ul li ul a{
		border-bottom:none;
		}
	nav ul li a:hover, nav ul li.active a{
	color: #227d88;
	background: none;
	}
	nav ul ul,
	nav ul li{
		width:100%;
		}
	nav ul li a{
		padding:10px 0;
		height:auto;
		width:auto;
		display:inline-block; 
		}
    nav ul li ul li{margin-right:0; margin-bottom:0;}
	nav ul li ul a{
		padding: 8px 15px;
		}
	nav ul ul li ul a{
		padding: 0.5em 1em 0.5em 3em;
		}
	nav ul ul ul li ul a{
		padding: 0.5em 1em 0.5em 4em;
		}
	nav ul li ul,
	nav ul li ul ul,
	nav ul li:hover ul ul,
	nav ul li:hover ul ul ul,
	nav ul li.sfhover ul ul,
	nav ul li.sfhover ul ul ul,
	nav ul li:hover ul,
	nav ul li li:hover ul,
	nav ul li li li:hover ul,
	nav ul li.sfhover ul,
	nav ul li li.sfhover ul,
	nav ul li li li.sfhover ul {
		position: relative;
		display: none;
		margin: 0 0 0 0;
		left: 0em; /* using left instead of display because display: none isn't read by screen readers */
		}

	/*----------------------------------
		MOBILE COLORS
	-----------------------------------*/
	nav{
		background: none;
		}
	.menubtn{
		background: #1ab7ea url(../images/menuicon.png)  no-repeat right top;
		}
	.menubtn:hover,
	.menuOpen{
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 		filter: alpha(opacity=100);
 		-khtml-opacity: 1;
 		opacity: 1;
		background: #eb6e1f url(../images/menuicon.png)  no-repeat right top;
		}
	/*Plus icon*/
	nav span{
		background: #f18238;
		color:#fff;
		}
	nav span:hover{
		background: #106a87;
		}
	/*Top Nav background*/
	nav ul ul,
	nav ul li{
		background: #1ab7ea;
		}
	nav ul li{
	  border-bottom:1px solid #fff;
	}
    nav ul li a{
		background:none;
		padding-left:15px;
		color:#fff;
		}
	/*Sub-Nav background*/
	nav ul li ul li{
		background: #1ab7ea;
		}
	/*Sub-Nav borders*/
	nav ul li ul li a{
		  width:100%;
		  color:#fff !important;
		  -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;
		}
	/*sub, sub-Nav background*/
	nav ul ul ul li{
		background: #ccc;
		}
	/*First Nav Item when open*/
	ul li.menuOpen,
	ul li.menuOpen:hover{
		background:#106a87;
		color:#fff;
		}
	ul li.menuOpen >span{
		background:#eb6e1f;
	}
	/*Sub-Nav Item when open*/
	ul ul li.menuOpen,
	ul ul li.menuOpen:hover{
		background:#106a87;
		}
	/*Sub, Sub-Nav Item when open*/
	ul ul ul li.menuOpen,
	ul ul ul li.menuOpen:hover{
		background:#cdebf7;
		}
}
