/*
h2 {
	height:200px;
	background:transparent url('img/food/food_image.jpg') no-repeat scroll center top;
	border-left:10px solid #0A50A1;
	}
*/
h3 {
	color:#fff;
	background:transparent url("img/menu_title_ribbon.gif") no-repeat scroll right top;
	height:40px;
	line-height:40px;
	vertical-align:middle;
	padding-left:5px;
	}
dl {
	margin-left:20px;
	}
dt {
	font-size:16px;
	line-height:25px;
	vertical-align:middle;
	font-weight:bold;
	border-bottom:1px solid #666;
	margin-bottom:10px;
	}
dt span.price {
	display:block;
	text-align:right;
	margin-top:-20px;
	}
dd {
	/*margin-left:20px;*/
	overflow:auto;
	width:100%;
	margin-bottom:10px;
	}
*+html dd {	/*IE7*/
	width:95%;
	}
	
dd a img {
	float:right;
	margin-left:10px;
	border:1px dashed #0A50A1;
	}
dd a:hover img {
	border:1px dashed #f00;
	}