
#navigation {
	font-family: Verdana, "Arial MT", Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	border-top: 6px solid #EF4811;
	position: relative;
}
#navigationInner {
	display: table;
	margin: 0px auto;
	height: 4.6em;
}

#navigation ul, #navigation li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#navigation ul.level1 {
	background-color: #FFFFFF;
	display: table-row;
	text-align: center;
}
#navigation ul.level1 li {
	display: table-cell;
}
#navigation ul.level1 li a {
	display: block;
	padding: 0.7em 1.5em 0.5em 1.5em;
	font-weight: normal;
	color: #2F2F32;
	text-align: center;
	line-height: 1.4em;
}
#navigation ul.level1 li.selected a {
	font-weight: bold;
	background: url(/assets/images/navSelectedItemArrow.gif) no-repeat 55% 0px;
}


#navigation ul.level2 {
	display: none;
}
#navigation ul.level1 li.selected ul.level2 {
	display: block;
}
#navigation ul.level2,
#navigationLevel2Stripe {
	position: absolute;
	left: 0px;
	top: 2.6em;
	width: 657px;
	padding-left: 223px;
	background-color: #00205C;
	min-height: 2em;
	text-align: left;
}
#navigation ul.level2 li {
	display: table-cell;
	border-right: 1px solid #FFFFFF;
}
#navigation ul.level2 li.firstItem {
	border-left: 1px solid #FFFFFF;
}
#navigation ul.level2 li a {
	display: block;
	padding: 0.3em 1.5em;
	font-weight: normal !important;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.4em;
	background: none transparent !important;
}
#navigation ul.level2 li.selected a {
	font-weight: bold !important;
}


