/*****************************/
/* Menu-specific stuff       */

td.menu_title_1 {
	/* Root Menus */
	font-size:			16pt;
	font-weight:                    bold;
	border-top:			thick solid black;
	width:				100%;
	text-align:			center;
}

td.menu_title_2 {
	font-size:			14pt;
	font-weight:                    normal;
	border-top:			thin solid #444444;
	width:				100%;
	text-align:			center;
}

.menu_notes {
	text-align:			center;
	font-size:			12px;
}

td.menu_item {
	vertical-align:                 top;
}

td.menu_item:hover {
	background-color:               #FfEc86;
}

td.m {
	vertical-align:                 top;
	cursor:				pointer;
}

table.menu_item {
	width:				340px;
	margin:				0px 4px;
	font-size:			10pt;
	font-weight:                    normal;
	color:				#000000;
	cursor:				pointer;
	border-spacing:		1px;
}

td.menu_item_name {
	width:				75%;
	font-weight:		bold;
	text-align:			left;
	vertical-align:		top;
}

td.menu_item_price {
	width:				25%;
	text-align:			right;
	vertical-align:		top;
}

td.menu_item_description {
	width:				100%;
	font-style:			italic;
	text-align:			left;
	vertical-align:		top;
}
