ul.megamenu {	
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
}
ul.megamenu, ul.megamenu li
{
list-style-type:none;
}
ul.megamenu li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}

ul.megamenu ul
{
padding:0;margin:0;
}
ul.megamenu li a {
	float: left; 
	text-decoration:none;
}
ul.megamenu li .sub {
	position: absolute;	
	left: 0;
	float: left;
	display: none;
	max-width:200px;
	background-color:#008A3E;
}
ul.megamenu li.med .sub {max-width:460px;}
ul.megamenu li.wide .sub {max-width:690px;}
ul.megamenu li.last .sub {max-width:165px;right:0;left:inherit;}
ul.megamenu li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul.megamenu li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 230px;
	float: left;
	margin-bottom:10px;
}
ul.megamenu .sub ul li {
	
	width:200px;
}
ul.megamenu .sub ul li h4 {
	padding: 0;  margin: 0;
	font-weight: normal;
	width:100%;
}
ul.megamenu .sub ul li h4 a {
	padding:0;
	margin:0;
}
ul.megamenu .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	display: block;
	text-decoration: none;
	padding:0;
	margin:0;
	width:200px;
	white-space:pre-wrap;
}

/* --Modify for styling --*/

.navigation { height: 59px; background: url(images/nav-bg.png) bottom repeat-x; position: relative; z-index: 99; margin: -5px 0;  }
.navigation > ul > li { font-size: 16px; line-height: 53px; font-family: 'Montserrat', sans-serif;  padding: 5px 0 0 0; color: #fff; }
.navigation > ul > li > a { color: #fff; height: 54px; border-left: solid 1px #6435bd; padding: 0 33px; transition: none; -webkit-transition: none; }
.navigation > ul > li:first-child { margin: 0 0 0 40px; }
.navigation > ul > li:first-child > a { border: 0; }


ul.megamenu li a.level0:hover, .megahover, ul.megamenu .current {text-decoration: none; color: #fff; background: #04ad50; }
div.sub {
white-space: nowrap; padding: 0 15px 10px; z-index: 9999;  background:  #008A3E url(images/dd-bg.png) repeat-x; max-width:660px;
 }
  div.sub ul {margin-left:20px;}
 div.sub ul li {
 font-family: 'Montserrat', sans-serif; line-height: 25px; font-size: 13px; 
 }
.megamenusubcontent {margin-left:20px;margin-bottom:0!important;}
#megamenu li.subheader {margin-top:10px;}
#megamenu li.sublink { background: url(images/dd-dash.png) 0 13px no-repeat; padding: 0 13px;max-width:200px; }
#megamenu li.subheader h4{margin-bottom:0;}
 
#megamenu li.sublink { margin-top:8px; }

.sub a {  color: #fff; }
.sub a:hover { text-decoration: none; color: #29096d; }

@media only screen and (max-width: 1024px) {
.navigation > ul > li:first-child {margin: 0;}	
.navigation > ul > li > a {padding: 0 22px;}
}