/*
    @Developer: Cristiano Perdigao, http://cristiano-perdigao.com/
    Company: Simbiotic.net
*/

/* Menu
---------------------------------------------- */

.left_eatmenu{
	width:246px;
	min-height:300px; 
	background-position:top center;
	background-repeat:repeat-x;
	z-index:50;
	color:#999;
	float:left;
	margin-top:-5px; 
	margin-left:-15px;
	margin-bottom:-25px;
}


.left_eatmenu ul {
	background:url('../img/ul_eatmenu.png') no-repeat top right;
	list-style-type: none;
	min-height:200px;
	margin-bottom:165px;
	background-size: 5px 100%;
}

.left_eatmenu ul li{
	border-bottom:1px dashed #999999;
	color: #333;
	list-style-type:none;
	text-align:right;
} 
.left_eatmenu ul li:hover{
border-right:3px #A00 solid
} 
 
.left_eatmenu ul li:hover { 
	background:url('../img/hover_eatmenu.png');
	cursor:pointer;
}

.left_eatmenu ul li a { 
	color:#333;
	text-decoration:none;
	padding-top:4px; 
	/*padding-left:133px;*/
	padding-right:20px;
	padding-bottom:5px;
	text-align:right;
	display:block;
}

.left_eatmenu ul li div { 
	color:#333;
	text-decoration:none;
	padding-top:4px; 
	/*padding-left:133px;*/
	padding-right:20px;
	padding-bottom:5px;
	text-align:right;
	
}

.sub-category-leftmenu{
	background-image:none; 
	margin-top:0px; 
	margin-bottom:0px;
}

.frame_eatmenu{
	width:620px;
	height:61px; 
	background-color: #fff;
	background-position:top center;
	background-repeat:repeat-x;
	z-index:50;
	color:#999;
	float:left;
	color:#000;
	display:hide;
}

.frame_eatmenu h2{
	margin-left:50px;
	margin-top:10px;
	width:580px;
}


/****************
*  Ementas
****************/

.obs-cat{ 
	font:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#999;
	margin-left:50px;
}

.title_frame_eatmenu{
	margin-left:50px;
	margin-top:5px;
	font-weight:bold;
	color:#B00;
	width:580px;
}

.text_frame_eatmenu{
	margin-left:50px;
	margin-top:10px;
	color:666666;
	width:580px;

}

.subtext_frame_eatmenu{
	margin-left:50px;
	margin-top:10px;
	color:#B7B7B7;
}

.img-bottom-eatmenu{
	background:url('../img/img_bottom_eatmenu_left.jpg') no-repeat bottom left;
} 

.item-selected-eatmenu{
	background: url('../img/selected_eatmenu.png') no-repeat center right;
}