.menu_item {
	color: black;
	text-decoration: none;
	font-size: 1.4em;
	font-family: Sans;
	font-weight: bold;
	line-height: 150%;
	padding: 0px 0px 0px 10px;
	text-indent: -50px;
} 

.menu_item:hover {
	color: white;
}

