#content_menu_head
{
	background: url('/foodservices/i/products/menu_head.png');
	width:204px;
	height:10px;
	font-size:0px;
}
#content_menu_content
{
	background:#F2E9CB;
	padding:7 0px 7px 0px;
}
#content_menu_foot
{
	background: url('/foodservices/i/products/menu_foot.png');
	width:204px;
	height:11px;
	font-size:0px;
	margin-bottom:30px;
}
.menu_title
{
	border-bottom:dotted black 1px;
	margin-bottom:5px;
	padding:7px;
	padding-bottom:5px;
}
.menu_item
{
	display:block;
	line-height:12px;
	color:black;
	text-decoration:none;
	font-size:9px;
	padding: 7px 7px 7px 7px;
}
.menu_item_large
{
	height:50px;	
}
.menu_item_selected
{
	background:#FAF7FE;
}
.menu_item:hover
{
	background:#FAF7FE;	
}
.menu_spacer
{
	margin-top:15px;	
}
