/* Reset code to remove theme inherent styling */
nav ul ul, nav ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}
nav ul ul {
	display: none; /* Hides non-mega links */
}
nav ul .sub ul {
	display: block; /* overrides above hide */
}
/* Main menu styles */

nav ul {
	position: relative;
}
nav ul li {
	float: left;
	font-weight: bold;
}
/*
nav ul li a {
	float: left;
	display: block;
	padding: 12px 25px;
	background: url(images/bg_black.png) repeat-x 100% 0;
	color: #fff;
	text-decoration: none;
}*/
/* Arrow tag for parent links */
/*nav ul li a.dc-mega {
	padding-right: 38px;
	position: relative;
}*/
/*nav ul 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;
}*/
/* Mega Menu Styling */
/* Mega Drop Down Container */
nav ul li .sub-container {
	width:99.5%;
	position: absolute; /* Required */
	background: url(images/bg_menu_left.png) no-repeat 0 100%;
	padding-left: 8px;
	margin-left: -3px;
}
nav ul li .sub {
	overflow:hidden;
	background: url(images/bg_menu.png) no-repeat 100% 100%;
	padding: 20px 20px 20px 10px;
}
nav ul li .sub-container.mega .sub {
	padding: 20px 10px 0 0;
}
nav ul li .sub .row { /* Clear the sub-menu floats */
	width: 100%;
	overflow: hidden;
	clear: both;
}
nav ul li .sub li {
	float: none;
	font-weight: bold;
}
/* Sub-menu Headers */
nav ul li .sub li.mega-hdr { /* Sub-menu headers - i.e. 2nd level navigation */
	float: left; /* Float the sub-menus and give them a fixed width to from the mega menu rows */
	width: 260px;
	margin: 0 10px 20px 10px;
	border: 1px solid #ccc;
}
nav ul li .sub a { /* Clear the styles from the top-level links and set the font styles */
	background: none;
	border: none;
	text-shadow: none;
	padding: 7px 10px;
	display: block;
	float: none;
	text-decoration: none;
}
/* Styling for items with only 2 levels */
nav ul li .sub-container.non-mega {
}
nav ul li .sub-container.non-mega .sub {
	padding: 15px 20px 20px 20px;
}
nav ul li .sub-container.non-mega li {
	overflow:hidden;
	padding:3px 0;
	float:left;
	text-align:left;
}
nav ul li .sub-container.non-mega li a {
	padding:0 20px 0 16px;
	background:transparent url(../../img/icon/icon_arrow01.png) no-repeat 0 5px;
}
