div#header h1 {
	background: url('/pics/district/header.jpg') no-repeat;
}
div#menu {
	width: 900px;
	height: 29px;
	padding: 0;
	background: #242424;
}
ul#topNavItems {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 900px;
	position: relative;
	z-index: 999;
}
ul#topNavItems li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	z-index: 999;
	border-left: 1px solid #818181;
}
ul#topNavItems li:first-child, ul#topNavItems li.first {
	border-left: none;
}
ul#topNavItems li a {
	height: 21px;
	display: block;
	text-align: center;
	padding: 8px 0 0 0;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
}
ul#topNavItems li a#topNav1 {
	width: 96px;
}
ul#topNavItems li a#topNav2 {
	width: 114px;
}
ul#topNavItems li a#topNav3 {
	width: 95px;
}
ul#topNavItems li a#topNav4 {
	width: 107px;
}
ul#topNavItems li a#topNav5 {
	width: 113px;
}
ul#topNavItems li a#topNav6 {
	width: 106px;
}
ul#topNavItems li a#topNav7 {
	width: 135px;
}
ul#topNavItems li a#topNav8 {
	width: 127px;
}
ul#topNavItems li:hover a#topNav1, ul#topNavItems li.over a#topNav1 {
	background: url('/pics/district/topnav1.gif') no-repeat left top;
}
ul#topNavItems li:hover a#topNav2, ul#topNavItems li.over a#topNav2 {
	background: url('/pics/district/topnav2.gif') no-repeat left top;
}
ul#topNavItems li:hover a#topNav3, ul#topNavItems li.over a#topNav3 {
	background: url('/pics/district/topnav3.gif') no-repeat left top;
}
ul#topNavItems li:hover a#topNav4, ul#topNavItems li.over a#topNav4 {
	background: url('/pics/district/topnav4.gif') no-repeat left top;
}
ul#topNavItems li:hover a#topNav5, ul#topNavItems li.over a#topNav5 {
	background: url('/pics/district/topnav5.gif') no-repeat left top;
}
ul#topNavItems li:hover a#topNav6, ul#topNavItems li.over a#topNav6 {
	background: url('/pics/district/topnav6.gif') no-repeat left top;
}
ul#topNavItems li:hover a#topNav7, ul#topNavItems li.over a#topNav7 {
	background: url('/pics/district/topnav7.gif') no-repeat left top;
}
ul#topNavItems li:hover a#topNav8, ul#topNavItems li.over a#topNav8 {
	background: url('/pics/district/topnav8.gif') no-repeat left top;
}
/* Drop down items */

ul#topNavItems ul {
	border: 0;
	-moz-opacity:.90;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	opacity:.90;
}
ul#topNavItems ul, ul#topNavItems li:hover ul ul, ul#topNavItems li.over ul ul {
	position: absolute;
	left: -9999px;
	z-index: 9999;
	width: 168px;
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}
ul#topNavItems ul li {
	margin: 0;
	border: none;
}
ul#topNavItems li:hover ul, ul#topNavItems li.over ul {
	left: auto;
	background: none;
}
ul#topNavItems ul li:hover ul, ul#topNavItems ul li.over ul {
	position: absolute;
	top: 0;
	left: 100%;
}
/* Drop down items colors and formatting */

ul#topNavItems ul {
	border: 3px solid #fad676;
}
ul#topNavItems li ul li a {
	line-height: 16pt;
	text-align: left;
	text-decoration: none;
	padding: 3px 0 3px 8px;
	height: auto;
	width: 160px;
	color: #000;
	background: #d28c04;
	border-bottom: solid 1px #e4c66a
}
ul#topNavItems li ul li a:hover, ul#topNavItems li ul li:hover a, ul#topNavItems li ul li:hover ul a:hover, ul#topNavItems li ul li.over a, ul#topNavItems li ul li.over ul a:hover {
	color: #d28c04;
	background: #000;
}
ul#topNavItems li ul li:hover ul a, ul#topNavItems li ul li.over ul a {
	color: #000;
	background: #d28c04;
}
/* Quicklinks */
#quickLinksOuter {
	width: 201px;
	padding: 2px;
	background: #e6ac01 url('/pics/quicklinks_outer.gif') repeat-x;
	border: 3px solid #fff;
}
#quickLinks {
	width: 199px;
	padding: 20px 0 20px 0;
	margin: 0;
	background: #e6ab01 url('/pics/quicklinks_inner.gif') no-repeat left top;
	border: 1px solid #fff;
}
#quickLinks h2 {
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#quickLinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#quickLinks ul li {
	margin: 0 0 1px 0;
}
#quickLinks a {
	width: 115px;
	height: 22px;
	text-decoration: none;
	padding: 6px 0 0 25px;
	margin: 0;
	overflow: hidden;
	display: block;
	color: #000;
	font: 13px Arial, Helvetica, sans-serif;
}
#quickLinks a:hover {
	background: #242424;
	color: #fff;
}

