
/* navigation */

#navigation
{
	margin:auto;
	padding:0 0 0 12px;
	width:61em;
}

#nav .level1
{
	font-family:arial;
	font-size:1em;
	text-align:left;
	line-height:24px;
	display:block;
	display:inline;
	padding:0 24px 0 0;
	margin:0;
	z-index:200;
	position:relative;
}
#nav .level1 ul
{
 	z-index:200;
 	top:24px;
 	left:0;
}
#nav .level1 p img
{
	vertical-align:-6px;
}
#nav .level1 a
{
	color:#3A3635;
	text-decoration:none;
	padding:0 10px 0 10px;
    height:24px;
    display:block;
    border-left:1px solid #817259;
    border-right:1px solid #817259;
	border:none;
}
#nav .level1 a:hover
{
	color:#660000;
	background:#F68F1E;
	background:none;
	text-decoration:none;
	border-left:1px solid #ffffff;
    border-right:1px solid #ffffff;
	border:none;
}
#nav .level1 a.sectionSelected
{
	color:#660000;
	background:#F68F1E;
	background:none;
	border-left:solid 1px #ffffff;
	border-right:solid 1px #ffffff;
	border:none;
}

#nav .currentSection a
{
	color:#FF7F00;
}

#nav .level2 
{
	font-weight:normal;
	text-align:left;
	letter-spacing:0;
	clear:left;
	line-height:1.2em;
	display:inline;
	vertical-align:middle;
	padding-right:0;
	margin-top:1px;
	background-color:#FBF9EF;
}
#nav .level2 a
{
	font-family:arial;
	font-size:11px;
	color:#3A3635;
	text-decoration:none;
	display:inline;
	display:block;
	height:100%;
	padding:4px 4px 4px 10px;
	border-left:solid 1px #DFDDD2;
	border-right:solid 1px #DFDDD2;
}
#nav .level2 a:hover
{
	color:#ffffff;
	background-color:#660000;
	border:0px;
	border-left:solid 1px #DFDDD2;
	border-right:solid 1px #DFDDD2;
}

.level3
{
	font-weight:normal;
	text-align:left;
	letter-spacing:0;
	clear:left;
	line-height:1.2em;
	display:inline;
	vertical-align:middle;
	padding-right:0;
	margin-top:1px;
	background-color:#151515;
}

a.level2_link
{
	width:149px;
}

#nav, #nav ul /* all lists */
{ 
	padding:0;
	margin:0;
	list-style:none;
}

#nav li /* all list items */
{ 
	float:left;
	position:relative;
	width:auto;
	background:none;
	padding:0;
}

#nav li ul /* second-level lists */
{ 
	display:none;
	position:absolute;
	left:0;
	width:165px;
	background-color:#DFDDD2;
	padding-bottom:1px;
	z-index:200;
}

#nav li>ul 
/* 
to override top and left in browsers other than IE, 
which will position to the top right of the containing li, 
rather than bottom left 
*/
{ 
	top:auto;
	left:auto;
}

#nav li ul ul /* third-level lists */
{ 
	display:none;
	position:absolute;
	left:166px;
	top:0px;
	width:165px;
	background-color:#cccdd2;
	padding-bottom:1px;
	margin: 3px 0 0 164px;
  	z-index:300;
}

#nav li>ul>ul
/* 
to override top and left in browsers other than IE, 
which will position to the top right of the containing li, 
rather than bottom left 
*/
{ 
	top:0px;
}

#nav li:hover ul ul, #nav li.over ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.over ul, #nav li li.over ul { /* lists nested under hovered list items */
	display:block;
	position:absolute;
	float:none;
}

#section1, #section2, #section3, #section4, #section5, #section6, #section7 { width:100%; }
