ul {
	width: 100%;
	display: block;
	margin: 0 auto;
}
ul li {
	width: 100%;
	display: block;
	margin: 0 auto;
	margin-bottom: 3px;
	font-family: 'Lato', sans-serif;
	font-size: 2em;
	font-weight: 900;
	background: #1C75BC;
}
ul li a {
	width: 95%;
	display: block;
	color: white;
	padding: 10px 2.5%;
	text-decoration: none;
}
ul li a:hover {
	background: #15578B;
}
ul li ul {
	display: none;
	padding-bottom: 10px;
}
ul li ul li {
	width: 95%;
	font-size: 0.5em;
	font-weight: 700;
	color: white;
	background: #323232;
}
ul li ul li a {
	width: 95%;
	padding: 10px 2.5%;
}
ul li ul li a:hover {
	background: #1B1B1B;
}
ul li ul li ul li {
	font-size: 1em;
	background: #1C75BC;
}
ul li ul li ul li a:hover {
	background: #15578B;
}