#navigation_wrapper {
	background: #00529B url(/img/nav_bg.png) repeat-x 0 0;
	z-index: 1000;
	position: absolute;
	width: 100%;
	top: 5.75em;
}
#home #navigation_wrapper {
	border-bottom: 1px solid #003768;
}
#navigation {
	margin: 0 auto;
	width: 738px;
	padding-right: 222px;
	position: relative;
}
#navigation ol {
	background: transparent url(/img/nav_separator.png) no-repeat 0 0;	
	z-index: 1000;
	margin: 0 auto;
}
#navigation ol li {
	float: left;
	padding: 0 3px 0 0;
	background: transparent url(/img/nav_separator.png) no-repeat right top;
	position: relative;
	z-index: 1000;
	display: inline;
}
#navigation ol li span {
	padding-left: 2px;
	background: transparent url(/img/first_nav_separator.png) no-repeat 0 0;
	display: block;
}
#navigation ol li.active {
	padding-right: 2px;
	position: relative;
	left: -1px;
	margin-right: -1px;
}
#navigation ol li.active span {
	padding-left: 1px;
}
#navigation ol li a {
	display: block;
	padding: 0.8125em 32px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	height: 1em;
	overflow: hidden;
	width: auto;
	line-height: 1em;
}
#navigation ol li a:hover {
	background: transparent url(/img/nav_hover_bg.png) repeat-x 0 0;
}
#navigation ol li.active a, #navigation ol li.active a:hover {
	background: #98CD52 url(/img/active_nav_bg.png) repeat-x 0 0;
}
#navigation ol li ol {
	position: absolute;
	overflow: visible;
	top: 2.5em;
	left: -1px;
	z-index: 1000;
	display: none;
	background: #00529B;
	width: 100%;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius:  0 0 8px 8px;
}
#navigation ol li ol li:last-child, #navigation ol li ol li:last-child a {
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
}
#navigation ol li ol li {
	background: transparent;
	display: block;
	width: 100%;
	border-top: 1px solid #043A69;
	padding: 0;
}
#navigation ol li ol li a {
	background: transparent;
	padding: 0.75em 10px;
	display: block;
	height: auto;
	text-align: left;
	font-size: 1.125em;
	line-height: 1.25em;
}
#navigation ol li ol li a:hover, #navigation ol li.active ol li a:hover {
	background: #4982B4;
}
#navigation ol li.active ol li a {
	background: transparent;
}

/* Sub navigation ----------------------------------------------------- */

#sub_navigation {
	background: #FFF url(/img/quarter_box_bottom.png) no-repeat left bottom;
	margin-bottom: 1em;
}
#sub_navigation h3 {
	background: #87C435 url(/img/quarter_box_top_green.png) no-repeat 0 0;
	color: #FFF;
	padding: 10px;
}
#sub_navigation ul {
	margin: 10px;
	font-size: 0.9em;
}
#sub_navigation ul li {
	background:transparent url(/img/list_arrow.png) no-repeat scroll 0 0.95em;
	padding: 0.7em 0 0.7em 14px;
	border-bottom: 1px solid #D9D9D9;
}
#sub_navigation ul li.last {
	border-bottom:0;
}
#sub_navigation a {
	color:#000;
	text-decoration: none;
}

#sub_navigation a:hover {
	color: #b42763;
	text-decoration: underline;
}
