.MenuSectionHeader {
	font-size: 24px;
	color: #346633;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 40px;
	text-align: center;
	width: 100%;
}
.MenuSection {
	border-top: 1px solid #FF6600;
	font-size: 18px;
	color: #346633;
	font-weight: normal;
	text-align: center;
	width: 100%;
	margin-top: 20px;
}
.MenuSection_NoName {
	border-top: 1px solid #FF6600;
	font-size: 18px;
	color: #346633;
	font-weight: normal;
	text-align: center;
	width: 100%;
	margin-top: 20px;
}
.MenuSectionSpecial {
	font-size: 11px;
	color: #FF7336;
	text-align: center;
	width: 100%;
}
.MenuItemName {
	font-size: 15px;
	margin-top: 10px;
	text-align: center;
	width: 100%;
	clear: all;
}
.MenuItemDescription {
	font-size: 11px;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}
.MenuItemOptional {
	color: #FF7336;
	text-align: center;
	width: 100%;
}
.MenuTD {
	text-align: center;
}

