﻿/* Reset code to remove theme inherent styling */
.dcjq-mega-menu ul.menu ul, .dcjq-mega-menu ul.menu li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.dcjq-mega-menu ul.menu ul {
	display: none; /* Hides non-mega links */
}
.dcjq-mega-menu ul.menu .sub ul {
	display: block; /* overrides above hide */
}
/* Main menu styles */
.dcjq-mega-menu ul.menu {
	height: 30px;
	position: relative; /* Important - required for positioning of mega menu */;
	line-height: 16px;
}
.dcjq-mega-menu ul.menu li {
	float: left;
	/* font-weight: bold;*/ 
}
.dcjq-mega-menu ul.menu li a {
	float: left;
	display: block;
	padding: 12px 25px;
	color: #fff;
	text-decoration: none;
}
.dcjq-mega-menu ul.menu li.mega-hover a, .dcjq-mega-menu ul.menu li a:hover {
	background-position: 100% -40px;
	color: #012c58;
}
/* Arrow tag for parent links */
.dcjq-mega-menu ul.menu li a.dc-mega {
	padding-right: 30px; /* Additional padding for arrow */;
	position: relative; /* Required for arrow positioning */
}
.dcjq-mega-menu ul.menu li a .dc-mega-icon {
/*	display: block;
	position: absolute;
	top: 18px;
	right: 15px;
	width: 8px;
	height: 6px;
	background: url(img/arrow.png) no-repeat 0 0;*/
}
.dcjq-mega-menu ul.menu li.mega-hover a .dc-mega-icon {
	background-position: 0 100%;
}
/* Mega Menu Styling */
/* Mega Drop Down Container */
.dcjq-mega-menu ul.menu li .sub-container {
	position: absolute; /* Required */;
	background: url(img/bg_sub_left.png) no-repeat 0 100%;
	padding-left: 10px;
}


.dcjq-mega-menu ul.menu li .sub {
	background: url(img/bg_sub-test-2.png) no-repeat 100% 100%;
	padding: 0 20px 30px 10px;
	
}
.dcjq-mega-menu ul.menu li .sub-container.mega .sub {
	width: 466px;
}
.dcjq-mega-menu ul.menu li .row {
	/* Clear the sub-menu floats */
	width: 485px;
	overflow: hidden;
	clear: both;
	/* background-image: url('img/test-bar.png');
	background-repeat: no-repeat;
	background-position: center center; */
}
.dcjq-mega-menu ul.menu li .sub li {
	float: left;
	font-size: 1em;
	font-weight: normal;
	padding: 10px 40px 0 0;
	width: 180px;
}

/* Sub-menu Headers */
.dcjq-mega-menu ul.menu li .sub li.mega-hdr {
	 /* Sub-menu headers - i.e. 2nd level navigation */
	width: 200px;
	margin: 0;
	padding: 10px 40px 0 0;
	background-position: center bottom;
	background-repeat:no-repeat;
	}
.dcjq-mega-menu ul.menu li .sub a {
	/* Clear the styles from the top-level links and set the font styles */
	padding: 0;
}
.dcjq-mega-menu ul.menu li .sub li.mega-hdr a.mega-hdr-a {
	font-weight: normal;
	margin: 15px 0 10px 0;
	color: #012c58;
	font-size: 14px;
}
.dcjq-mega-menu ul.menu li .sub li.mega-hdr a.mega-hdr-a:hover {
}

/* Style the 3rd level links */
.dcjq-mega-menu ul.menu li .sub li ul li {
	float: left;
	width: 220px;
}
.dcjq-mega-menu ul.menu .sub li.mega-hdr li a {
	font-weight: normal;
	font-size: 12px;
	color: #555;
	float: left;
	/*border: 1px #000 solid;*/
}
.dcjq-mega-menu ul.menu .sub li.mega-hdr li a:hover {
	color: #000;
}

/* Styling for items with only 2 levels */
.dcjq-mega-menu ul.menu li .sub-container.non-mega .sub {
	min-height: 100px;
	width: 400px;
	background: url(img/bg_sub-test-2.png) no-repeat 100% 100%;
	float: left;
}
.dcjq-mega-menu ul.menu li .sub-container.non-mega li {
	padding: 10px;
}
.dcjq-mega-menu ul.menu li .sub-container.non-mega li a {
	margin: 5px 0 5px 0;
	color: #012C58;
	font-size: 14px;
	display: block;
}
.dcjq-mega-menu ul.menu li .sub-container.non-mega li a:hover {
}

#menu-bottom {
	position: relative;
	float: right;
	padding: 8px 10px 0 0;
	color: #FFF;
} 