 #menu {
 	text-align: center;
 	color: white;
 	vertical-align:center; 	
 	margin-bottom: 10px;
    font-size: 24px;
 }

#menu .menu_item.active {
 	background: #05ad96;
 	font-weight:bold; 
 }

#menu .menu_item {
	width: 200px;
	background: #1D4851;
	cursor:pointer;
}

#menu .menu_item:hover {
	background:rgba(29,72,81,.7);
}

#menu .menu_item.active:hover {
	background:rgba(5,173,150,.7);
}
   
#menu div:nth-child(1) {
  border-right: 5px solid black;

}