.menu {
	background-color: #333;
	float: left;
	padding: 1em 1em 1em 0em;
	display: inline;
}

.menu ul {
	margin-left: 0.75em;
	padding-left: 0.75em;
}

.menu li {
	list-style-type: none;
	color: #ddd;
}

.menu a, .menu a:link, .menu a:visited, .menu a:active {
	color: white;
	text-decoration: none;
	font-weight: normal;
}
.menu a:hover {
	text-decoration: none;
	font-weight: lighter;
}

