#nav {
	background:  url(../images/concept2.gif) no-repeat;
	position: relative;
	height: 18px;
	width: 920px;
	top: 3px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #ff9900;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	}

	#nav li ul, #nav li ul {
		margin: 0;
		padding: 0;
	}

	#nav a {
		text-decoration: none;
	}

	#nav li { /*float the main list items*/
		margin: 0;
		float: left;
		display: block;
		padding-right: 55px;
	}

	#nav li ul {
		display: none;
		height: 13px;
	}
	#nav li ul li {
		padding-right: 10px;
		}
	#home.off ul, #home.on ul  { /*put the subnav below*/
		position: absolute;
		top: 20px;
		left: 0;
		padding-top: 0px;
		background: #ffffff;
		height: 15px;
		width: 150px;
		padding-left: 435px;
	}
	#projects.off ul, #projects.on ul  { /*put the subnav below*/
	position: absolute;
	top: 20px;
	left: 0;
	padding-top: 0px;
	background: #ffffff;
	height: 15px;
	width: 41em;
	padding-left: 20px;
	padding-right: 100px;
	}
	#district {
		width: 110px;
		}
	#prefab.off ul, #prefab.on ul  { /*put the subnav below*/
	position: absolute;
	top: 20px;
	left: 0;
	padding-top: 0px;
	background: #ffffff;
	height: 15px;
	width: 390px;
	padding-left: 235px;
	}
	#about.off ul, #about.on ul  { /*put the subnav below*/
		position: absolute;
		top: 20px;
		left: 0;
		padding-top: 0px;
		background: #ffffff;
		height: 15px;
		width: 35px;
		padding-left: 508px;
	}
	#resources.off ul, #resources.on ul  { /*put the subnav below*/
		position: absolute;
		top: 20px;
		left: 0;
		padding-top: 0px;
		background: #ffffff;
		height: 15px;
		width: 150px;
		padding-left: 637px;
	}
	#contact.off ul, #contact.on ul  { /*put the subnav below*/
		position: absolute;
		top: 20px;
		left: 0;
		padding-top: 0px;
		background: #ffffff;
		height: 15px;
		width: 150px;
		padding-left: 555px;
	}
	
	#nav li.on ul {
		background: #ffffff;
	}

	#nav li.on:hover ul, #nav li.over ul { /*for ie*/
		background: white;
	}

	#nav li a {
		color: #000000;
		font-weight: bold;
		display: block;
		width: 93px;
		padding: 0 0 0 0;
	}

	#nav li.on a {
		color: #cccccc;
	}

	#nav li.on ul a, #nav li.off ul a {
	border: 0;
	float: left; /*ie doesn't inherit the float*/
	color: #cccccc;
	width: auto;
	padding-right: 15px;
	padding-top: 0px;
	}

	#nav li.on:hover ul a, #nav li.over ul li a { /*for ie - the specificity is necessary*/
		background: #ffffff;
	}

	#nav li.on ul{
		display: block;
	}
	#nav li.off ul{
		
		}

	#nav li.off:hover ul, #nav li.over ul {
		display: block;
		z-index: 6000;
	}

	#nav li.off a:hover, #nav li.on a:hover { 
		color: #000;
	}

	/*do the image replacement*/

	#nav li span {
		position: absolute;
		left: -9384px;
	}

	#home a, #projects a, #prefab a, #about a, #resources a, #contact a {
	display: block;
	position: relative;
	height: 20px;
	background: url(../images/bk-dropdownMap.gif) no-repeat; /*contains all hover states*/
	}

/*first, put the initial states in place*/

#home a {
	background-position: 0 0;
}

#projects a {
	background-position: -110px 0;
}

#prefab a {
	background-position: -226px 0;
}

#about a {
	background-position: -328px 0;
}

#resources a {
	background-position: -408px 0;
}
#contact a {
	background-position: -434px 0;
	}
/*deactivate main nav when subnav is on*/
/*active area - for this demo - the code could be based on a body class, and probably work better.*/

 #prefab.on a {
 	background-position: -226px -37px;
 } /*add selectors for the other li's and background-positions*/
#home.on a {
	background-position: -0px -37px;
	}
#projects.on a {
	background-position: -110px -37px;
	}
#about.on a {
	background-position: -328px -37px;
	}
#resources.on a {
	background-position: -408px -37px;
	}
#contact.on a {
	background-position: -434px -37px;
	}
/*hover states*/

/*subnav formatting*/

#nav li.off ul a, #nav li.on ul a {
	display: block;
	background: #ffffff;
	color: #666666;
	font-family: arial, verdana, sans-serif;
	font-size: small;
	font-weight: 300;
}		

#nav li.on ul a {
	background: #fff;
}
#nav li.on ul .sub_on {
	color: #336699;
	}
