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

div.m1_menu_title
{
	border-bottom: 1px solid #33BB00;
	margin-left:40px;
	margin-top: 5px;
	width:140px;
	min-height:20px;
	font-family: arial;
	font-weight: bold;
	font-size: 14px; 
	color: #0000FF;
	text-align: right;
	cursor: default;
}

div.m1_menu_item_normal
{
	border-bottom: 1px solid #BBBBBB;
	margin-left:40px;
	margin-top: 5px;
	width:140px;
	min-height:20px;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px; 
	color: #555555;
	text-align: left;
	cursor: pointer;
}

div.m1_menu_item_normal_hover
{
	color: #AAAAAA;
}

div.m1_menu_item_selected
{
	color: #EE0000;
	cursor: pointer;
}

div.m1_menu_item_selected_hover
{
	color: #FF0900;
}

div.m1_menu_item_first
{
	border-bottom: 1px solid #BBBBBB;
	margin-left:40px;
	margin-top: 5px;
	width:140px;
	min-height:20px;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px; 
	color: #555555;
	text-align: left;
	cursor: pointer;
}

div.m1_menu_item_last
{
	border-bottom: 0px solid #BBBBBB;
	margin-left:40px;
	margin-top: 5px;
	width:140px;
	min-height:20px;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px; 
	color: #555555;
	text-align: left;
	cursor: pointer;
}

div.m1_menu_item_nothing
{
}

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

div.m2_menu_title
{
	border-bottom: 0px solid #33BB00;
	margin-left:0px;
	margin-top: 0px;
	width:140px;
	height:30px;
	font-family: helvetica;
	font-weight: bold;
	font-size: 20px; 
	color: #FF0900;
	text-align: Left;
	cursor: default;
	background-image: url('../images/m2_title.gif');
	background-repeat:  no-repeat;
}

div.m2_menu_item_normal
{
	border-bottom: 1px solid #BBBBBB;
	margin-left:40px;
	margin-top: 5px;
	width:140px;
	height:20px;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px; 
	color: #555555;
	text-align: left;
	cursor: pointer;
}

div.m2_menu_item_normal_hover
{
	color: #AAAAAA;
}

div.m2_menu_item_selected
{
	color: #EE0000;
	cursor: pointer;
}

div.m2_menu_item_selected_hover
{
	color: #FF0900;
}

div.m2_menu_item_first
{
	border-bottom: 1px solid #BBBBBB;
	margin-left:40px;
	margin-top: 5px;
	width:140px;
	height:20px;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px; 
	color: #555555;
	text-align: left;
	cursor: pointer;
}

div.m2_menu_item_last
{
	border-bottom: 0px solid #BBBBBB;
	margin-left:40px;
	margin-top: 5px;
	width:140px;
	height:20px;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px; 
	color: #555555;
	text-align: left;
	cursor: pointer;
}

div.m2_menu_item_nothing
{
}
	
/* ----- Menu 3  (pratos)----- */

div.m3_menu_title
{
	border-bottom: 0px solid #FF0000;
	margin-left:0px;
	margin-top: 10px;
	width:365px;
	min-height:15px;
	font-family: arial;
	font-weight: regular;
	font-size: 14px; 
	color: #FF0000;
	text-align: left;
	cursor: default;
}

div.m3_menu_item_normal
{
	border-bottom: 0px solid #BBBBBB;
	margin-left:0px;
	margin-top: 2px;
	width:365px;
	min-height:10px;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px; 
	color: #555555;
	text-align: left;
	cursor: pointer;
}

div.m3_menu_item_normal_hover
{
	color: #AAAAAA;
}

div.m3_menu_item_selected
{
	color: #EE0000;
	cursor: pointer;
}

div.m3_menu_item_selected_hover
{
	color: #FF0900;
}

div.m3_menu_item_first
{
	border-bottom: 0px solid #BBBBBB;
	margin-left:0px;
	margin-top: 2px;
	width:365px;
	min-height:10px;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px; 
	color: #555555;
	text-align: left;
	cursor: pointer;
}

div.m3_menu_item_last
{
	border-bottom: 0px solid #BBBBBB;
	margin-left:0px;
	margin-top: 2px;
	width:365px;
	min-height:10px;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px; 
	color: #555555;
	text-align: left;
	cursor: pointer;
}

div.m3_menu_item_nothing
{
}

/* ----- Menu 4  (ementa fixa)----- */

div.m4_menu_title
{
	border-bottom: 1px solid #777777;
	margin-left:0px;
	margin-top: 10px;
	width:365px;
	height:15px;
	font-family: arial;
	font-weight: bold;
	font-size: 12px; 
	color: #333333;
	text-align: left;
	cursor: default;
}

div.m4_menu_item_normal
{
	border-bottom: 0px solid #BBBBBB;
	margin-left:0px;
	margin-top: 2px;
	width:365px;
	min-height:10px;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px; 
	color: #555555;
	text-align: left;
	cursor: pointer;
}

div.m4_menu_item_normal_hover
{
	color: #AAAAAA;
}

div.m4_menu_item_selected
{
	color: #EE0000;
	cursor: pointer;
}

div.m4_menu_item_selected_hover
{
	color: #FF0900;
}

div.m4_menu_item_first
{
	border-bottom: 0px solid #BBBBBB;
	margin-left:0px;
	margin-top: 2px;
	width:365px;
	min-height:10px;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px; 
	color: #555555;
	text-align: left;
	cursor: pointer;
}

div.m4_menu_item_last
{
	border-bottom: 0px solid #BBBBBB;
	margin-left:0px;
	margin-top: 2px;
	width:365px;
	min-height:10px;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px; 
	color: #555555;
	text-align: left;
	cursor: pointer;
}

div.m4_menu_item_nothing
{
}