.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 li {
	margin: 0;
	padding: 0;
	border: none;
	background: none;;
	font-weight: normal;
	font-size: 13px;
	vertical-align: top;
	line-height: 27px;
	height: 27px;
	list-style: none !important;
	list-style-type: none !important;
	list-style-image:  none !important;
}

ul.mega-menu {
	background-color: #000000;
	width: 100%;
	position: relative;
}

ul.mega-menu li {
	float: left;
	font-weight: bold;
}

ul.mega-menu li a {
	display: block;
	float: left;
	line-height: 25px;
	height: 25px;
	color: #fff;
	margin-top: 2px;
	padding: 0 10px;
	background: transparent;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	font-size: 13px;
	font-weight: normal;
	border-right: 1px solid #d84213;
}

ul.mega-menu li:first-child a {
	margin-left: 10px;
}

ul.mega-menu li:last-child a {
	border-right: none;
}


ul.mega-menu li a.dc-mega {
	position: relative;
}

ul.mega-menu li a .dc-mega-icon {
	display: block;
	position: absolute;
	top: 32px;
	right: 15px;
	width: 8px;
	height: 6px;
	background: url(images/sub_arrow_off.png) 0 center no-repeat;
}
ul.mega-menu li.mega-hover a,
ul.mega-menu li a:hover,
ul.mega-menu li .active
{
	background-color: #fff;
	color: #000;
	border-right: 1px solid #fff;
}

ul.mega-menu li.mega-hover a .dc-mega-icon {
	background: url(images/sub_arrow_on.png) 0 center no-repeat;
}

ul.mega-menu li .sub-container {
	position: absolute;
	background: url(images/bg_sub_left.png) no-repeat 0 100%;
	padding-left: 20px;
	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: auto;
	font-size: 1em;
	font-weight: normal;
	height: auto;
}
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;
	color: #3c3c2d;
	padding: 7px 10px;
	display: block;
	height: auto;
	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: #3c3c2d;
	text-shadow: 1px 1px 1px #333;
}
ul.mega-menu li .sub li.mega-hdr a.mega-hdr-a:hover {
	color: #3c3c2d;
    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: #000;
	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; width: auto; margin: 0;}
ul.mega-menu li .sub-container.non-mega li a {
	padding: 7px 5px 7px 22px;
	background: url(images/arrow_off.png) no-repeat 7px 15px;
	height: auto;
	line-height: 22px;
	width: auto;
	text-align: left;
	color: #3c3c2d;
}
ul.mega-menu li .sub-container.non-mega li a:hover {
	color: #000;
	background: #efefef
	url(images/arrow_on.png) no-repeat 7px 15px;
}