/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/* level 0 inner */
.m0l0iout {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px;
	font-weight: normal;
}
.m0l0iover {
	font-family: Tahoma;
	font-size: 10px;	
	/*font-weight: bold;	 */
	text-decoration: none;
	padding: 3px;
	color: #FFFFFF;
	font-weight: normal;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
/*	border-right: 1px solid #FFFFFF;	 
/*	border-left: 1px solid #FFFFFF;	 
/*	border-bottom: 1px solid #FFFFFF;		
/*	border-top: 1px solid #FFFFFF;	 */		 
	border : 1px solid #3C3733;  *
/*	background: #2C2825;    */
}
.m0l0oover {
	text-decoration : none;
/* 	border-left: 1px solid #2C2825;	 */
	border : 1px solid #3C3733; 
/*	background: #666666;  */
}

/* level 1 inner */
.m0l1iout {
	font-family: Tahoma;
	font-size: 10px;	
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
}
.m0l1iover {
	font-family: Tahoma;
	font-size: 10px;
	text-decoration : none;
	padding: 4px;
	color: #FFFFFF;
	font-weight: none;
}

/* level 1 outer */  /*fundo e bordas */
.m0l1oout {
	text-decoration : none;
/*	border-top: 1px solid #FFFFFF;	  */
/*	border : 0px solid #FFFFFF; */
	filter: alpha(opacity=100);
	background-color: #2C2825;
}
.m0l1oover {
	text-decoration : none;
/*	border-top: 1px solid #2C2825;	  */
	background-color: #666666;
}

/* level 2 inner */
.m0l2iover {
	font-family: Tahoma;
	font-size: 10px;	
	text-decoration : none;
	padding: 4px;
	color: #FFFFFF;
}

/* level 2 outer */  /* sub sub menu */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #2C2825; /* cor da borda */
	background: #2C2825; /* cor do fundo do sub sub items menu */
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #2C2825;
	background: #666666; /* cor do fundo do sub sub menu items quando over */
}