nav ul 	{
	list-style: none;
	margin: 0;
	padding: 0;
	}
nav ul li 	{
	display: inline-block;
	}
nav ul li a 	{
	display: inline-block;
	color: #000;
	padding: 15px 10px;
	}	
nav ul li a:hover	{
	/* color: #b00!important; */
	/*  background: #fff;  */
	}
nav ul li li a	{
	padding: 5px 15px!important;
	}
#nav, #utilityNav	{
	width: auto!important;
	position: relative;
	z-index: 20000;
	width: 100%;
	}
#nav ul li a	{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 20px;
	color: #333;
}

#nav ul li:after	{
	margin: 0 15px 0 -15px!important;	
}
#utilityNav ul li a	{
	font-size: 13px;
	font-weight: normal;
}
	
#nav > a	{
	display: none;				
	}
#nav li	{
	position: relative;
	}
#utilityNav li	{
	position: relative;	
	}
#nav li a	{
	color: #4a4e5b;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	}

/* first level */
#nav > ul ul, #utilityNav > ul ul	{
	display: none;
	}
#nav > ul li:hover ul, #utilityNav > ul.tn li:hover ul	{
	display: block!important;
	width: 100%;
	}
#nav > ul > li	{
	width: auto;
	height: 100%;
	float: left;
	}
#nav > ul > li > a	{
	}
#nav > ul > li:not( :last-child ) > a	{
	}
#nav > ul > li:hover > a,
#nav > ul:not( :hover ) > li.active > a	{
	color: #025C7E!important;
	/*  background: #fff;  */
	}
#utilityNav > ul > li:hover > a,
#utilityNav > ul:not( :hover ) > li.active > a	{
	color: #ccc!important;
	/*  background: #fff;  */
	}

/* second level */

#nav ul ul li a	{
	font-size: 15px!important;
	font-weight: 400!important;	
	width: 100%;
	}
#nav li ul, #utilityNav li ul	{
	background: #fff;
	/*  display: none;  */
	position: absolute;
	z-index: 10000;
	top: 100%;
	/*  left: -1px;  */
	list-style-type: none;
	width: 200px;
	/*  border: 1px solid #ccc;  */
	border-top: none;
	}
#nav li ul li	{
	width: 198px;
	}	
#nav li:not( :first-child ):hover ul	{
	/* left: -1px; */
	}
#nav li ul a, #utilityNav li ul a	{
	font-size: 12px!important;
	color: #4a4e5b!important;
	background: #fff;
	padding: 0.75em;
	text-align: left;
	width: 100%;
	}
	
	
#utilityNav li a	{
	padding: 5px;
	}
#utilityNav li ul li a	{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;	
	display: block;
	width: 100%;
	float: left;
	}
#utilityNav li li	{	
	display: block;
	width: 145px;
	float: left;
	}	
#utilityNav li ul a	{	
	display: block;
	width: 100%;
	float: left;
	}
	
	
	
#nav li ul li a:hover,
#nav li ul:not( :hover ) li.active a	{
	/*  background: #f0f0f0!important;  */
	/* color: #025C7E!important; */
	}
#utilityNav li ul li a:hover,
#utilityNav li ul:not( :hover ) li.active a	{
	/*  background: #f0f0f0!important;  */
	color: #025C7E!important;
	}
	
	
	
	
	
	
	

/*  IPAD  */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 

nav ul li a 	{
	font-size: 14px;
	}
}

@media only screen and ( max-width: 767px )	{

}











@media only screen and ( max-width: 767px )	{
html	{	
	}
/*  #nav	{
	position: absolute;
	z-index: 1001;
	top: 0px; 
	left: 0px;
	}  */
#nav	{
	position: relative;
	background: #f0f0f0;
	top: 7px;
	-webkit-box-shadow:  0px 2px 5px 0px rgba(0, 0, 0, .5);
	box-shadow:  0px 2px 5px 0px rgba(0, 0, 0, .5);
	}	
#nav > a	{
	width: 3.125em;
	height: 3.125em;
	text-align: left;
	text-indent: -9999px;
	/*  background-color: #afbc20;  */
	position: relative;
	}
#nav > a:before,
#nav > a:after	{
	position: absolute;
	border: 2px solid #fff;
	top: 35%;
	left: 25%;
	right: 25%;
	content: '';
	}
#nav > a:after	{
	top: 60%;
	}
#nav:not( :target ) > a:first-of-type,
#nav:target > a:last-of-type	{
	display: block;
	}
#nav li ul, #nav li ul li	{
	width: 100%;
	}

/* first level */

#nav > ul	{
	height: auto;
	/*  display: none;  */
	position: relative;
	z-index: 10000;
	left: 0;
	right: 0;
	}
#nav:target > ul	{
	display: block;
	}
#nav > ul > li	{
	width: 100%;
	float: none;
	}
#nav > ul > li > a	{
	height: auto;
	text-align: left;
	padding: 10px;
	display: block;
	width: 100%;
	}
#nav > ul > li:not( :last-child ) > a	{
	border-right: none;
	}
	
#utilityNav > ul > li:hover > a,
#utilityNav > ul:not( :hover ) > li.active > a	{
	color: #025C7E!important;
	/*  background: #fff;  */
	}
	
/* second level */

#nav li ul	{
	position: relative;
	padding: 1.25em;
	padding: 0;
	margin: 0;
	display: none!important;	
	}
#nav li ul li	{
	width: 100%;
	padding: 0;
	margin: 0;
	z-index: 9999;
	}
#nav li:hover ul	{
	display: block!important;
	}	
#nav li li a	{
	width: 100%;
	height: 100%;
	padding: 10px 10%!important;
	text-align: left;	
	}	
	
	
#utilityNav ul	{
	text-align: left!important;	
	}
#utilityNav ul li a	{
	color: #333!important;
	font-weight: normal;
	text-decoration: none;
	font-size: 13px!important;
	}

}

/* IE 8 */
	 #nav  ul ul  li a:hover	{
	background: #f0f0f0!important;
	}	
#utilityNav ul	{
	text-align: right;	
	}
#utilityNav ul li a	{
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	}
#utilityNav ul ul	{
	text-align: left!important;
	}	

