.lunchMenuTable {
	background-color: #F5F5F5;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.LunchMenuSection {
	background-image:  url(../Assets/Graphics/sideways-s.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 1.2em;
	color: #000000;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding-right: 1em;
	padding-left: 1em;
	padding-top: .5em;
	padding-bottom: .5em;
	background-attachment: fixed;
	text-transform: capitalize;
	font-family: Verdana, Arial, Helvetica, sans-serif;





}
.LunchMenuItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	padding-top: .5em;


}
.LunchMenuPrice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align: right;
	font-weight: bold;


}
.LunchMenuDescription {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding-right: 3em;
	padding-left: 1em;
}

.LunchMenuItemTable
{
background-image:  url(../Assets/Graphics/s.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}
