#navigation {
	position: relative;
	top: 5px;
	left: 1em;
	font-size: 1.0em;
	font-weight: bold;
	width: 10em;
	float: left;
}

#navigation a {
	display: block;
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline;
}

#navigation a.current {
}

