#nav, #nav ul {/* all lists */
	padding-left:0px;
	margin: 0;
	list-style: none;
	color:#000000;
	z-index:9501;
	letter-spacing:1px;	

}

#nav a {
	display: block;
	width: 7em;
	text-decoration:none;
	
}

#nav li {/* all list items */
	float: left;
	width: 7em;
	background-color:#ffffff;
	margin-top: 0px;
			
}
#nav li.space{/* far left next to gren */
	float: left;
	width: 2em;
	height: 1.25em;
	background-color:#ffffff;
	border-top: 0px;
	border-color:#000000;
	border-width: 1px;	
}
#nav li.border{/* top of list */
	border-top:solid;
	border-color:#000086;
	border-width: 1px 0;	
}
#nav li.bordertop{/* menu names */
	border-top: none;
	border-color:#000000;
	border-width: 1px 0;	
}
#nav li ul {/* second-level lists */
	position: absolute;
	width: 3em;
	left: -999em;
	text-align:center;
	
}

#nav li:hover ul, #nav li.sfhover ul {/* lists nested under hovered list items */
	left: auto;
}
a:link {
COLOR: #3c3c3c;
}
a:visited {
COLOR: #3c3c3c;
}
a:hover {
COLOR: #3c3c3c;
}
a:active {
COLOR: #3c3c3c;
}
#space{
  float:left;
  z-index: 9505;
  width:800px;
  height:9px;
  border-top:solid;
  border-color:#000033;
  border-width: 1px 0;
  display:inline;
  background-color:#ffffff;
 
}
 *html #space{
 margin-top: -16px;
 height:2px;
}