div#menu { 
    margin: auto;
    text-align: center;
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
}

div#lunch_image {
	margin: 0px;
}

#menu ul {
	list-style: none;
/*	list-style-position: inside;*/
	text-align: center;
/*	margin: -12px 0px 0px 0px;*/
	margin: 0px;
}

#menu ul.flavors li {
	display: inline;
}

#menu h1 {
    color: #339966;
}

#menu table {
	margin: auto;
	font-size: 13px;
	width: 90%;
	text-align: center;
}

#menu table.daily_specials {
	border: 1px black solid;
	width: 100%;
	border-collapse: collapse;
}

#menu table.daily_specials td, #menu table.daily_specials th {
	border: 1px black solid;
	padding: 3px;
	margin: 0;
}

#menu td.day_of_week {
	color: #9966CC;
	text-transform: uppercase;
	
}
#menu table.daily_specials th {
	color: #339966;
}

.menu_sub {
	margin: 10px 0px;
	color: #9966CC;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

.menu_section, .flag {
	color: #ff6633;
}

.menu_item {
	color: #339966;
/*	margin-bottom: -12px;*/
	margin-bottom: 0px;
}

.item_variation {
	font-weight: bold;
/*	margin-bottom: -12px;*/
	margin: 10px 0px 0px 0px;
}

p.or {
	/*	margin: -12px;*/
	margin: 0px 0px -12px 0px;
	font-variant: caps;
	font-weight: bold;
}

div.price {
	margin-top: 0px;
}
p.item_description {
	margin: 0px;
}

h3 > span.modifier {
	color: black;
	font-weight: normal;
}

.modifier {
	font-style: italic;
	font-size: 12px;
}

.includes {
	font-style: italic;
	font-weight: bold;
}

.or, .upsell, .substitute {
	color: #9966CC;
}

.pricing_scheme, .option {
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0px;
}

.menu_description {
	font-style: italic;
}

/* Needed thanks to lack of support for colored list-styles. Cheaper than background images and just as effective. */
.choice_item_marker {
	color: #339966;
}

a.choices {
	color: #339966;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

p.choices {
	color: #000000;
	font-weight: bold;
	font-style: italic;
	margin: 0px;
}

/* flags and footnotes */
.double_flag {
	color: #9966CC;
}

.flag3, .flag2, .flagb {
	color: #339966;
}

.groups {
	font-weight: bold;
}
ul.menu_sections {
	margin-left: 101px;
    list-style: none;
	color: #ff6633;
	font-size: 12px;
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	}

ul.menu_sections li {
    margin: 2px 0px;
    background-image: url("../images/purple-bullet.gif");
    background-repeat: no-repeat;
    background-position: 0px -1px;
    padding-left: 13px;
}

ul.menu_sections li:hover {
    background-image: url("../images/green-bullet.gif");
	text-decoration: underline;
}

ul.menu_sections li a {
	color: #ff6633;
	text-decoration: none;
}
.green-title {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #05CC66;
}
.purple-title {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #9966CC;
	text-transform: uppercase;
	text-decoration: none;
}
.green-title-small-cap {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #339966;
	text-transform: uppercase;
}
