@charset "utf-8";
/* CSS Document */

#menu-left-location_container {
	/*background:url(images/menutitle_location.png) no-repeat;*/
	width:100%;
	margin:0px;
}
#menu-left-cusine_container {
	/*background:url(images/menutitle_cuisine.png) no-repeat;*/
	width:100%;
	margin:10px 0px 0px 0px;
}

#menu-left-location, #menu-left-cusine {
	background:#A9947F;
	list-style:none;
	width:152px;
	margin:0px 0px 0px 21px;
	padding:12px 0px;
}

#menu-left-location {
	min-height: 288px;
	height: auto !important;
	height: 288px;
}
#menu-left-cusine {
	background:#A9947F url(images/cuisine_bg.jpg) no-repeat right bottom;
	min-height: 113px;
	height: auto !important;
	height: 113px;
}


#menu-left-location li, #menu-left-cusine li {
	display:block;
	text-decoration:none;
	width:152px;
	font-size:12px;
}
.menu-left-share_normal { color:#000000; }
.menu-left-share_hover {
	background:#000000;
	color:#FFFFFF;
	text-decoration:none;
}
#menu-left-location li div, #menu-left-cusine li div {
	margin:0px;
	padding:4px 10px 4px 10px;
}
.menu-left-share-submenu {
	position:absolute;
	background:#000000;
	width:504px;
	z-index:60;
	top:0px;
	left:0px;
	padding:3px 0px 12px 12px;
}