#navigation {
	margin: 0 auto 10px;
	text-align: center;
}
#navigation a img {
	border-style: none;
	height: 70px;
	left: 30%;
	position: absolute;
	top: 5px;
	width: 175px;
}

#mainNav {
	display: block;
	font-size: small;
	margin: 80px 0 3px;
	white-space: nowrap;
}
#mainNav a {
	color: #999;
	margin: 0 1.5em;
	text-decoration: none;
}
#mainNav a:hover {color:#eee;}

#mainNav b {
	color: #fff;
	margin: 0 1.5em;
	white-space: nowrap;
}


#seriesNav {
	font-size: small;
	margin: 6px auto;
	white-space: nowrap;
}
#seriesNav a {
	color: #bbb;
	margin: 0 .5em;
	text-decoration: none;
}
#seriesNav a:hover  {color:#ddd;}

#seriesNav b {
	color: #fff;
	margin: 0 1.5em;
	white-space: nowrap;
}

#editNav {font-size: small;}

#editNav a {
	color: #c00;
	font-weight: normal;
	margin: 0 1em;
	text-decoration: none;
}
#editNav b {
	color: #f00;
	margin: 0 1em;
	text-decoration: none;
}
#editNav a:hover {text-decoration: underline;}
