		h1{
			/*allow clearance for drop down and letterhead*/
			padding-top:5em;
			background-image: url('../images/Letterhead.jpg');
			background-repeat: no-repeat;			
			background-position: center top;			

		}
		
		ul#nav{
			position:absolute;			
			top:0;
			left:1em;			
			height:1.2em;
			margin-top:0;
			margin-left:0;
			padding:0;
			text-indent:0;
			text-align:center;
		}
		ul#nav li{
			position:relative;
			float:left;
			display:block;
			margin:auto;
			list-style-type:none;
			padding-top:.2em;
			padding-left:1em;
			padding-right:1em;
			padding-bottom:.2em;
			background-color:#990000;
			color:#ffffff;
			font-weight:bold;
		}
		ul#nav li a {
			background-color:#990000;
			color:#ffffff;
			text-decoration:none;
			font-weight:bold;		
		}
		ul#nav li a:hover {
			background-color:#cccccc;
			color:#990000;
			text-decoration:none;
			font-weight:bold;		
		}
		/*submenu container*/
		ul#nav ul{
			position: absolute;		
			top:1.3em;
			z-index:10;
			background-color:#990000;
			border:1px solid #990000;
			width:18em;
			padding:0 0 .4em 0;
			text-align:left;
			margin-left: 2em;
		}
		/*submenu item*/
		ul#nav ul li{
			border:none;
			list-style-type:square;
			padding:.1em 1em .2em 1em;
			display:block;
			float:none;
			
		}
		/*submenu link*/
		ul#nav ul li a{
			border:none;
			width:15em;
			font-size: .8em;
			padding:.1em 1em .2em 1em;
			display:block;
		}		
		
/*the following settings apply only if javascript is on*/
.hiddenChild{
	left: -999em;
}
.shownChild{
	
	left:0;
}

ul#nav.dhtml{

}

ul#nav.dhtml li{	
	
	
}
ul#nav.dhtml li:hover{	
}
ul#nav.dhtml ul{	
}

ul#nav.dhtml li a, ul#nav.dhtml li a:hover{
	border:none;
}
ul#nav.dhtml li a{
	
}


ul#nav.dhtml li.isParent{
	
	/*can put an arrow image here if desired*/
}


ul#nav.dhtml li.isActive ul a{
	padding:0;
}
ul#nav.dhtml a:hover{
/*
 	background-color:#990000;
	color:#ffffff;
	*/
}
ul#nav.dhtml li.isParent a:hover{
		/*can put an arrow image here if desired*/
}
ul#nav.dhtml li.isActive ul a:hover{
 	background-color:#cccccc;
	color:#990000;
}

