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; box-sizing: border-box;
}
ul.megamenu li a {
	float: left; 
	text-decoration:none;
}
ul.megamenu li .sub {
	position: absolute;	
	left: 0;
	float: left;
	display: none;
}
ul.megamenu li .row {clear: both; margin-left: 0px; }
ul.megamenu li .sub > .row {  }
ul.megamenu li .sub ul{
	list-style: none;
	width: 230px;
	float: left;
}
ul.megamenu li .sub ul:not(:last-child) {
    padding: 15px 0 15px 15px;
}
ul.megamenu li .sub ul:last-child {
    padding: 15px;
}
ul.megamenu .sub ul li {
	width: 100%;
}
ul.megamenu .sub ul li.subheader a {
font-size: 20px;
color: #0076C0;
font-weight: bold;
}
ul.megamenu .sub ul li.subheader span {
display: block;
font-size: 11px;
font-weight: normal;
font-family: Verdana, Helvetica, Arial;
line-height: 120%;
margin: 10px 0;
color: #555;
box-sizing: border-box;
}
ul.megamenu .sub ul li.subheader span:empty {
display: none;
}
ul.megamenu .sub ul li.subheader img { display: none; }
ul.megamenu .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	display: block;
	padding:0;
	margin:0;
}
ul.megamenu .sublink a {
font-weight: normal;
font-size: 12px;
}
ul.megamenu .sublink a:hover {
text-decoration: underline;
}
/* --Modify for styling --*/
ul.megamenu {
	
}
ul.megamenu a.level0 { color: #fff; }
ul.megamenu a.level0 b {
background-image: url("/js/bootstrap/img/glyphicons-halflings-white.png");
background-position: -313px -119px;
width: 16px;
height: 16px;
display: inline-block;
vertical-align: middle;
margin: 0 0 0 3px;
}
ul.megamenu a {
	
}
ul.megamenu a {
	padding:8px;
}
ul.megamenu li a.level0:hover, .megahover, ul.megamenu .current {  }
ul.megamenu li a.level0:hover, .megahover { background: #fff; color: #000 !important; }
div.sub {
/*-webkit-border-top-right-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;*/
/*border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;*/
 }
 dib.sub ul {
 margin-left:8px;
 }
#megamenu li.subheader {margin-bottom:0px;}
#megamenu li.sublink {margin-bottom:5px;}
#megamenu li.subheader h2{margin-bottom:5px;}
#megamenu li.subheader:hover {
background: #f9f9f9;
}
ul.megamenu li .sub {
background: #fff;
z-index: 999;
box-shadow: 0px 4px 4px rgba(0,0,0,.5);
}
ul.megamenu .sub ul li h2 a {
	color: #000;
}
.megamenusubcontent .sublink span,  .megamenusubcontent .sublink a {
display: inline-block;
float: left;
}