ul {
		list-style-type: none;
		margin: 0px;
		padding: 0;
		overflow: hidden;
		background-color: #333;
	}

li {
	float: left;
}

li a {
	display: block;
	color: white;
	font-size: 18px;
	text-align: center;
	padding: 20px 18px;
	text-decoration: none;
}

li a:hover {
	background-color: #111;
}

.active {
	background-color: #111;
}
