#nav, #nav ul
	{
	
	z-index:100000;
	width: 900px;
	height:20px;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
	line-height: 1;
	background: #990000;
	font-weight: bold;
	padding: 0;
	border-width: 1px 0 0px 0;
	font-size: 12px;
	border-color: #990000;
	border-style: solid;
	margin-top:0px;
	margin-bottom:0px;
	border-bottom-width: 1px;
	border-left-color: #cecece;
	border-left-style: solid;
	border-left-width: 1px;

	}
	

	#nav a
	{
	   word-wrap: normal;
	   display: block;
	   color: white;
	   text-decoration: none;
	   padding: 0.25em 2em;
	}
		#nav a:hover
	{
	  background-color: #ccc;
	}
	#nav a.daddy { }
	
	#nav li
	{
	   float: left;
	   padding: 0;
	}
	
	#nav li ul
	{
	   border-color: #990000;
	   position: absolute;
	   left: -999em;
	   height: auto;
	   width: 24.4em;
	   w\idth: 13.9em;
	   font-weight: normal;
	   border-width: 0em 0.25em 0.25em 0.25em;
	}
	
	#nav li li
	{
	   padding-right: 1em;
	   width: 13em;

	}
	
	#nav li ul a	
	{
		word-wrap: normal;
		width: 11em;
		w\idth: 14em;
		padding: 2px 0 2px 1px;
	}
	
	#nav li ul ul
	{
	   margin: -1.75em 0 0 14em;
	   border-width: 0.25em;

	}
	
	#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 { left: auto; }
	#nav li:hover, #nav li.sfhover { background-repeat: no-repeat; background-color: #990000; }
	

	
	#scaffolding
	{
	   height: 70px;
	   border: solid #990000;
	   border-width: 1px 0 0 0;
	   margin: 1em 0 0 0;
	}
	
	#scaffolding a
	{
	   text-decoration: none;
	   text-indent: -999em;
	   display: block;
	   height: 70px;
	   background-position: 181px 0;
	}
	
	#scaffolding a:hover { background-position: 181px -70px; }