@charset "UTF-8";
/* CSS Document */

/* ##### MENUS ##### */
.MenuTitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align:left;
	color: #d11d17;
}
.MenuDescription {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:left;
	color: #6d8c36;
	padding-top: 5px;
}
.MenuExtra {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:left;
	color: #d11d17;
	padding-top: 5px;
}
.MenuItem {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	color: #333333;
	padding-top: 10px;
}
.Menu-SPACER {
	height: 20px;
}

/* This creates the lines that are the green dots between name and price... don't get rid of this!!!!! */
dl {
	width:100%;
	overflow:auto;
	margin:0;
    background:url(../_images/GreenDots.png) repeat-x 0 .9em;
}
dt.item,dd.price {
	background-color:#f2eed3;
	font-size:100%;
}
dt.item {
	float:left;
	padding-right:5px;
}
dd {
	margin:0;
	padding:0;
}
dd.price {
	float:right;
	padding-left:5px;

}