#heading {
	background-image: url(../images/headings/Menus.gif);
	height: 50px;
}
#aboutFood {
	background-image: url(../images/headings/AboutOurFood.gif);
	height: 40px;
	margin-top: 30px;
}
#aboutFood span {
	display: none;
}
div.menu {
	font-size: 12px;
	width: 300px;
	margin: 0 auto;
	background-color: #FCDB8A;
	padding:  5px;
}

div.menuEnd {
	clear: both;
}

div.course {
	clear: left;
}

div.section {
	padding: 10px 0;
	clear: left;
}
h1.courseName, h1.sectionName {
	padding: 5px 0 5px 5px;
	background-color: #861E0E;
	margin: 0;
	color: #fff;
}
h1.courseName {

}

h1.sectionName {

}

/** Translations In-Line with Course/Section Titles **/
h1.sectionName span.translation, h1.courseName span.translation {
	display: block;
	margin: 0;
	padding: 3px 0px;
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	color: #CF4A01;
}
h1.sectionName span.translation:before, h1.courseName span.translation:before {
	content: "(";
}
h1.sectionName span.translation:after, h1.courseName span.translation:after {
	content: ")";
}
div.menuItem {
	width: 300px;
	padding: 3px;
	margin: 5px 0px;
}

div.menuItem h1 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	width: 300px;
}

div.menuItem h1 span.vege, div.menuItem h1 span.normal {
	display: block;
	float: left;
	width: 200px;
}

div.menuItem h1 span.vege {
	background-image: url(../images/MenuVege.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

div.menuItem h1 span.price {
	display: block;
	margin: 0;
	padding: 0;
	width: 80px;
	text-align: right;
	float: right;
}

div.menuItem p.description {
	clear: both;
	padding: 2px 0 5px 0;
	color: #861E0E;
}

table.attributes {
	width: 300px;
	font-weight: bold;
	color: black;
	font-size: 13px;
	margin-bottom: 25px;
}
table.attributes td {
	border-bottom: 1px dotted #861E0E;
	padding: 2px 0;
}

table.attributes td.price {
	font-weight: bold;
	text-align: right;
}