ul.main_menu {
	width: 200px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #eeeeee;
}
li.main_menu a {
	display: block;
	padding: 8px 16px;
	text-decoration: none;
	color: #000000;
}
li.main_menu {
	text-align: center;
}
li.main_menu:last-child {
	border-bottom: none;
}
li.main_menu a.active {
	color: #ffffff;
	background-color: #da3c41;
}
li.main_manu a:hover:not(.active) {
	color: #ffffff;
	background-color: #1b2538;
}