.menu_side_item {
	background-color: ;
	width: 160px;
	height: 40px;
	font-size: 18px;
	font-weight: bolder;
}

a.menu_side_item_entry {
	text-decoration: none;
	color: green;
}

a.menu_side_item_entry:hover {
	color: blue;
}