#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}
#nav {
	}


#nav li { /* all list items */
	float: left;
	height:50px;
	/* background:url('/image/nav-line.gif') right 9px no-repeat; */
	}
#nav li p {
	height:41px;
	padding-top:9px;
	}
#nav a {
	display: block;
	height:41px;
	line-height:41px;
	color:#ffffff;
	font-size:110%;
	text-decoration:none;
	text-align:center;
	}
#nav a:hover {
	color:#f0a218;
	}

#nav li.active {
	background:#ffffff url('/image/nav-right.gif') right bottom no-repeat;
	}
#nav li.active p {
	background:url('/image/nav-left.gif') left bottom no-repeat;
	}
#nav li.active a {
	color:#333333;
	font-weight:bold;
	}


#nav li ul { /* second-level lists */
	position: absolute;
	background: lightblue;
	width: 20em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 20em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}



#navitem6 { width:110px; }
#navitem7 { width:200px; }
#navitem8 { width:100px; }
#navitem9 { width:120px; }
#navitem10 { width:110px; }
#navitem4 { width:100px; }
#navitem15 {width: 130px;}
