#menu {
	float: left;
	margin-top: 0;
	margin-right: 1em;
	padding: 1em;
	width: 10em;
	vertical-align: top;
	height: 100%;
}

#menu .entry {
	margin-top: 1em;
}

#menu a {
	color: lime;
	text-decoration: none;
	font-size: .8em;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
	color: orange;
}


