div.restaurant_info
{
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
	height:70px;
	z-index:10;
}

div.restaurant_info img
{
	margin:auto;
	display:block;
	width:70px;
	height:70px;
	border:solid 2px #471d60;
	
}

div.restaurant_info div.restaurant_title
{
	margin:auto;
	text-align:center;
	font-size:2.1em;
	font-family:Impact;
	color:#471d60;
}

div.restaurant_menu
{
	width:912px;
	margin:auto;
	background: #DDD2E5;
	margin-bottom:150px;
}

div.restaurant_menu_top
{
	width:100%;
	height:30px;
	background: url("../img/item_menu_top.png") no-repeat;
}

div.restaurant_menu_mid
{
	width:100%;
	background: url("../img/item_menu_mid.png") repeat-y;
	text-align:center;
}

div.restaurant_menu_btm
{
	width:100%;
	height:30px;
	background: url("../img/item_menu_btm.png") no-repeat;
}

div.menu_title
{
	width:100%;
	height:30px;
	text-align:center;
	font-size:2em;
	font-family:Impact;
}

div.menu_area
{
	zoom:1;
	width:250px;
	display:inline-block;
	*display:inline;
	margin-left:16px;
	margin-right:13px;
	margin-top:10px;
	margin-bottom:15px;
	vertical-align:top;
	text-align:left;
}

div.menu_category
{
	width:248px;
	margin-top:10px;
	border-left:solid 1px;
	border-right:solid 1px;
	border-bottom:solid 1px;
}

div.category_title
{
	background:#471d60;
	text-align:center;
	font-size:1.5em;
	font-family:georgia;
	color:white;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:20px;
}


a.menu_item
{
	width:100%;
	height:36px;
	/*background:#DDD2E5;*/
	color:Black;
	
	border-style:solid;
	border-width:1px;
	border-color:#AAAAAA;
	border-top:none;
	border-left:none;
	border-right:none;
	display:Block;
}

a.menu_item:hover
{
	background: #b694ce url("../img/choice_overlay.png") repeat-x;
}

a.menu_item:active
{
	color:Black;
}

img.menu_item_img
{
	display:inline-block;
	width:25px;
	height:25px;
	margin:5px;
	float:left;
	border: solid 1px;
}

div.menu_item_title
{
	height:20px;
	margin-left:5px;
	margin-top:10px;
	display:inline-block;
	font-family:Verdana;
	font-size:0.85em;
	cursor:pointer;
}

div.menu_item_price
{
	height:20px;
	margin-right:5px;
	float: right;
	display:inline-block;
	font-family:Verdana;
	margin-top:10px;
	cursor:pointer;
	font-size:0.85em;
	
	
}

div.menu_border
{
	width:2px;
	height:100%;
	background:Blue;
	display:none;
}
