.menu_table {
	width:460px;
	margin-bottom:1em;
}

.left_table {
	text-align:left;
}

.centre_table {
	text-align:center;
}

.menu_category_cell {
	font-weight:bold;
	height:25px;
	background-color:#ededed;
	padding-left:5px;
}

.menu_price_cell {
	font-weight: bold;
	width: 50px;
	text-align: right;
	padding-right:5px;
	background-color:#ededed;
}

.menu_content_cell {
	 padding:5px 0; 
}

.oddRow {
	 
}

.evenRow {
	 /*background-color:#fcfcfc;*/
}

.menu_title {
	 margin-top:10px; 
	 font-weight:bold;
}

.menu_description {
	font-size:0.9em;
}

.menu_content_price_cell {
	width: 50px;
	text-align: right;
	padding-top:10px; 
}

.menu_separator_row {
	
}

.menu_notes {
	font-size: 0.8em;
	text-align:center;
	margin-top:1em;
}