nav.main ul {
	background: #fff;
	list-style: none;
	position: relative;
	display: block;
	margin: 0;
	width: 100%;
	z-index: 2000;
}
*+html nav.main ul {
	float: left;
}
nav.main ul li {
	float: left;
	display: block;
}
nav.main ul li:hover a:hover {	
	color: #ed6e06!important;
}
nav.main ul ul a	{
	line-height: 1.25em;
	height: auto!important;	
	}
nav.main ul li:hover ul a {	
	font-size: 14px!important;
	font-weight: normal;
	position: relative;
}
nav.main ul li:hover > a {
	color: #ed6e06!important;
	background: #fff;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	}	
nav.main ul li a {
	display: inline-block;
	font-size: 16px;
	font-weight: 600!important;
	color: #19282d!important;
	padding: 15px 40px;
	text-decoration: none
}	
nav.main ul li a.fa.fa-search.pop	{
	font-weight: 400!important;
	color: #19282d!important;
	padding: 15px 5px!important;
	background: none;
}
nav.main ul li a:hover.fa.fa-search.pop	{
	color: #ed6e06!important;
	}
		
nav.main ul li li a/*  , nav.main ul li li:hover a  */	{
	display: inline;
	font-weight: 400!important;
	font-size: 14px!important;
	border-bottom: 0!important;
	color: #ed6e06!important;
	}
nav.main ul li li:hover a:hover {
	color: #025c7e!important;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}	
nav.main ul ul {
	border-radius: 0px; 
	padding: 0!important;
	margin: 0!important;
	float: left; 
	position: absolute; 
	z-index: 1000;
	top: 51px; 
	left: 0; 
	width: 100%;
	color: #333;
	height: auto;
	background:#fff;
	-webkit-box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, .2);
	box-shadow:  0px 4px 4px 0px rgba(0, 0, 0, .2);
	border-bottom: 3px solid #504b4a;
}
nav.main ul ul li {	
	min-height: 100px;
	}

nav.main ul ul a:link, nav.main ul ul  a:visited	{
/*  	color: #b00;
	border-bottom: 1px dotted #9B9B9B;  */
	}
nav.main ul ul  a:hover	{
/*  	color: #b00;
	border-bottom: 1px dotted #b00;  */
	}
*+html	nav.main ul ul {
	top: 46px;
}
nav.main ul ul li, nav.main ul ul li a, ul.dropdown ol li {
	float: none; 
	padding: 0!important;
	position: relative;
	max-width: 100%!important;
	width: auto!important;
	height: auto!important;
	border: 0!important;
	text-align: left;
	font-size: 14px!important;
	font-weight: 400;
}
nav.main ul ul li:hover, nav.main ul ul li a:hover {
	background: none;
}			
nav.main ol	{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	list-style-type: none;
	line-height: 1.5em!important;
}
nav.main ol ol	{
	margin: 0 0 0 20px!important;
}	
nav.main ol li, nav.main ul ul ul	{
	float: none; 
	padding: 0!important;
	position: relative;
	max-width: 100%!important;
	width: auto!important;
	height: auto!important;
	border: 0!important;
	text-align: left;
	color: #575757;
	font-size: 14px!important;
	font-weight: 400;
	}	
.closeMM	{
	position: absolute;
	z-index: 999;
	bottom: 5px;
	right: 10px;
	position: absolute; 
	z-index: 1000;
	color: #ed6e06; 
	text-decoration: none; 
	font-size: 27px; 
	cursor: pointer;
	}		
ul.dropdown li li a, ul.dropdown li li p	{
	padding: 0!important;
	margin: 0!important;
	height: auto!important;
	}
	
ul.dropdown .grid	{
	padding: 0 20px!important;
	}
	
/* ADDED FOR DROPDOWN ARROW IF HAS SUB ITEMS */
li.arrowDown a:after {
	content: " \f0d7";
	font-family: FontAwesome;	
}
li li a:after {
	display: none;
}

a.arrowRight:after {
	content: "\f0da"!important;
	font-family: FontAwesome;	
	display: inline-block!important;
	margin-left: 5px;
}
/*  li.n2 a.arrowRight, li.n3 a.arrowRight	{
	color: #025c7e!important;
}
li.n2 a.arrowRight:hover, li.n3 a.arrowRight:hover	{
	opacity: .8!important;
	margin-left: 5px!important;
}  */


