#nav {
	width: 900px;
	margin: 0 auto;
	border-bottom:#ff6600 1px solid;
}
#nav ul {
	text-align: justify;
	line-height: 0;
	margin: 0;
	padding: 0;
}
#nav ul:after {
	content: '';
	display: inline-block;
	width: 100%;
}
#nav ul li {
	display: inline-block;
	line-height: 30px;
	font-size: 18px;
	font-family: 'Architects Daughter', cursive;
	font-weight:normal;
	color:#000;
	text-decoration: none;
}
#nav ul li a {
	display: inline-block;
	background-color:transparent;
	color:#000;
	text-decoration: none;
}
#nav ul li a:hover {
	display: inline-block;
	color:#FF6600;
	text-decoration: none;
}


#histnav {
	width: 600px;
	margin: 0 auto;
}
#histnav ul {
	text-align: justify;
	line-height: 0;
	margin: 0;
	padding: 0;
}
#histnav ul:after {
	content: '';
	display: inline-block;
	width: 100%;
}
#histnav ul li {
	display: inline-block;
	line-height: 30px;
	font-size: 18px;
	font-family: 'Architects Daughter', cursive;
	font-weight:bold;
	color:#000;
	text-decoration: none;
}
#histnav ul li a {
	display: inline-block;
	background-image: url("../images/vertbar.png");
	background-repeat: no-repeat;
	background-position: right;
	background-color:transparent;
	padding-right: 15px;
	color:#000;
	text-decoration: none;
}
#histnav ul li a:hover {
	display: inline-block;
	color:#FF6600;
	text-decoration: none;
}


#dirnav {
	width: 700px;
	margin: 0 auto;
}
#dirnav ul {
	text-align: justify;
	line-height: 0;
	margin: 0;
	padding: 0;
}
#dirnav ul:after {
	content: '';
	display: inline-block;
	width: 100%;
}
#dirnav ul li {
	display: inline-block;
	line-height: 30px;
	font-size: 18px;
	font-family:Muli;
	font-weight:bold;
	color:#000;
	text-decoration: none;
}
#dirnav ul li a {
	display: inline-block;
	background-image: url("../images/vertbar.png");
	background-repeat: no-repeat;
	background-position: right;
	background-color:transparent;
	padding-right: 10px;
	color:#000;
	text-decoration: none;
}
#dirnav ul li a:hover {
	display: inline-block;
	color:#FF6600;
	text-decoration: none;
}