/* Root = Horizontal, Secondary = Vertical */
#header_nav ul.large {
	list-style-type: none;
	list-style-image: none;
	margin: 22px 0px 0px 110px;
	z-index: 100;
	position: relative;
}
#header_nav ul.large li {
	display: inline;
	margin-right: 30px;
	position: relative;
}
#header_nav ul.large a {
	color: #e44a00;
	font-size: 18px;
	font-family: 'Josefin Sans', arial, serif;
	font-weight: bold;
	text-transform: uppercase;
}
#header_nav ul.large a:hover, #header_nav ul.large a.on {
	color: #37180b;	
	text-decoration: none;
}
#header_nav ul.large ul {
	padding: 0;
	width: 218px;
	list-style: none;
	display: none;
	position: absolute;
	top: 20px;
	left: -10px;
	z-index: 6000;
	margin-left: 1px;
	background-image: url(images/ddmenu_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 28px;
}

#header_nav ul.large ul:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

#header_nav ul.large ul li {
	width: 217px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}
/* Root Menu */
#header_nav ul.large ul a { 
	float: none;
	font-family: Arial, Helvetica, sans-serif !important;
	background-color: #ffffff;
	color: #e44a00;
	font-size: 14px !important;
	font-weight: normal !important;
	height: 28px !important;
	line-height: 28px !important;
	text-transform: none !important;
	border-top: 1px solid #eedbd2;
	text-decoration: none;
	display: block;
	width: 188px;
	margin: 0px 10px 0px 10px;
	padding-left: 10px;
}

#header_nav ul.large ul a:hover,
#header_nav ul.large ul li:hover a,
#header_nav ul.large ul li.iehover a {
	color: #37180B;
	text-decoration: none;
	width: 188px;
	margin: 0px 10px 0px 10px;
	padding-left: 10px;
	display: block;
}
/* 2nd Menu */
#header_nav ul.large li:hover li a,
#header_nav ul.large li.iehover li a {
	float: none;
	font-family: Arial, Helvetica, sans-serif !important;
	background-color: #ffffff;
	color: #e44a00;
	font-size: 14px !important;
	font-weight: normal !important;
	height: 28px !important;
	line-height: 28px !important;
	text-transform: none !important;
	border-top: 1px solid #eedbd2;
	text-decoration: none;
	display: block;
	width: 188px;
	margin: 0px 10px 0px 10px;
	padding-left: 10px;
}

/* 2nd Menu Hover Persistence */
#header_nav ul.large li:hover li a:hover,
#header_nav ul.large li:hover li:hover a,
#header_nav ul.large li.iehover li a:hover,
#header_nav ul.large li.iehover li.iehover a {
	background-color: #ffffff;
	width: 188px;
	color: #37180B;
}

/* 3rd Menu */
#header_nav ul.large li:hover li:hover li a,
#header_nav ul.large li.iehover li.iehover li a {
	background-color: #ffffff;
	color: #fb702c;
	text-decoration: none;
	width: 184px;
}

/* 3rd Menu Hover Persistence */
#header_nav ul.large li:hover li:hover li a:hover,
#header_nav ul.large li:hover li:hover li:hover a,
#header_nav ul.large li.iehover li.iehover li a:hover,
#header_nav ul.large li.iehover li.iehover li.iehover a {
	background-color: #ffffff;
	color: #fb702c;
	text-decoration: underline;
	width: 170px;
}

/* 4th Menu */
#header_nav ul.large li:hover li:hover li:hover li a,
#header_nav ul.large li.iehover li.iehover li.iehover li a {
	background-color: #ffffff;
	color: #fb702c;
	text-decoration: none;
	width: 170px;
}

/* 4th Menu Hover */
#header_nav ul.large li:hover li:hover li:hover li a:hover,
#header_nav ul.large li.iehover li.iehover li.iehover li a:hover {
	background-color: #ffffff;
	color: #fb702c;
	text-decoration: underline;
	width: 170px;
}

#header_nav ul.large ul ul,
#header_nav ul.large ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 195px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
#header_nav ul.large li:hover ul ul,
#header_nav ul.large li:hover ul ul ul,
#header_nav ul.large li.iehover ul ul,
#header_nav ul.large li.iehover ul ul ul {
	display: none;
}

#header_nav ul.large li:hover ul,
#header_nav ul.large ul li:hover ul,
#header_nav ul.large ul ul li:hover ul,
#header_nav ul.large li.iehover ul,
#header_nav ul.large ul li.iehover ul,
#header_nav ul.large ul ul li.iehover ul {
	display: block;
}