.mega-menu ul, .mega-menu ul li {list-style: none;}
.mega-menu ul {position: relative; padding: 0; margin: 0;}
.mega-menu ul li ul {display: none;}
.mega-menu .sub {display: none;}
.mega-menu .sub ul {display: block;}

ul.mega-menu, ul.mega-menu, ul.mega-menu li {
	margin: 0;
	padding: 0;
	border: none;
}
ul.mega-menu {
	/*background: #8998a8 url(images/bg_grey.png) repeat-x 0 -80px*/;
	/*width: 100%;
	background-color: #fff;*/
	height: 40px;
	border-left: 1px solid #ccc;
	position: relative;
	margin-left: 355px;
    width: 525px;
}
ul.mega-menu li {
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #ccc;
}
ul.mega-menu li a {
	float: left; 
	display: block;
	/*color: #333; 
	padding: 12px 38px 12px 25px; 
	background: url(images/bg_grey.png) repeat-x 100% 0; */
	padding-top: 10px;
	width: 130px;
	height: 40px;
	text-decoration: none;
	text-align: center;
	}
ul.mega-menu li a.dc-mega {
	position: relative;}
ul.mega-menu li a .dc-mega-icon {
	display: block; position: absolute; top: 18px; right: 15px; width: 8px; height: 6px; /*background: url(images/arrow.png) no-repeat 0 0;*/}
ul.mega-menu li.mega-hover a, ul.mega-menu li a:hover {
	color: #444;
	text-shadow: none;
	background-color: #eeeeee;
}
ul.mega-menu li.mega-hover a .dc-mega-icon {background-position: 0 100%;}
ul.mega-menu li .sub-container {
	position: absolute; 
	/*background: url(images/bg_sub_left.png) no-repeat 0 100%; */
	/*background-color: #eee;*/
	/*padding-left: 10px; 
	margin-left: -3px;*/
	}
ul.mega-menu li .sub {
/*	background: url(images/bg_sub.png) no-repeat 100% 100%; */
/*padding: 20px 20px 20px 10px;*/

}
ul.mega-menu li .sub-container.mega .sub {padding: 20px 20px 10px 0;}
ul.mega-menu li .sub .row {width: 100%; overflow: hidden; clear: both;}
ul.mega-menu li .sub li {
	list-style: none;
	float: none;
	width: 250px;
/*	font-size: 1em;*/
	font-weight: normal;
	border-right: none !important;
	
}
ul.mega-menu li .sub li.mega-hdr {margin: 0 10px 10px 0; float: left;}
ul.mega-menu li .sub li.mega-hdr.last {margin-right: 0;}
ul.mega-menu li .sub a {
	background: none;
	border: none;
	text-shadow: none;
	padding: 7px 10px;
	display: block;
	float: none;
	text-decoration: none;
	/*font-size: 0.9em;*/
	}
ul.mega-menu li .sub li.mega-hdr a.mega-hdr-a {padding: 5px 5px 5px 15px; margin-bottom: 5px; 
	/*background: #8A98A9 url(images/bg_mega_hdr.png) no-repeat 0 0;*/
	text-transform: uppercase; font-weight: bold; color: #fff; text-shadow: 1px 1px 1px #333;}
ul.mega-menu li .sub li.mega-hdr a.mega-hdr-a:hover {color: #000; text-shadow: none;}
ul.mega-menu .sub li.mega-hdr li a {
	padding: 4px 5px 4px 20px; 
	 /*background: url(images/arrow_off.png) no-repeat 5px 8px; */
	 font-weight: normal;
	}
ul.mega-menu .sub li.mega-hdr li a:hover {
	color: #a32403;
	/*background: #efefef url(images/arrow_on.png) no-repeat 5px 8px; */
}
ul.mega-menu .sub ul li {padding-right: 0;}
ul.mega-menu li .sub-container.non-mega .sub {
	/*padding: 20px 20px 20px 0;*/
	}
ul.mega-menu li .sub-container.non-mega li {
	padding: 0;
	margin: 2px 0;
	background-color: rgba(250, 250, 250, 0.9);
	}
ul.mega-menu li .sub-container.non-mega li a {
	padding: 7px 5px 7px 22px;
	/*background: url(images/arrow_off.png) no-repeat 7px 10px;*/
	width: 250px;
	text-align: left;
	}

ul.mega-menu li .sub-container.non-mega li a:hover {
	color: #CE617F;
	background: #efefef url(images/arrow_on.png) no-repeat 7px 10px;*/
	}
	

