ul{
	list-style: none;
	background-color: black;
	margin: 0px;
	padding-left: 10px;
	border: 1px solid;
	height: 40px;
}

li{
	display: inline;
	border: 1px solid;
}
a{
	padding: 10px;
	height: 20px;
	color: white;
	text-decoration: none;
	float: left;
}
a:hover{
	color: black;
	background-color: rgb(165, 154, 154);
}
