/* --- 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 */

A.Menu{
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-WEIGHT: bold;
	FONT-SIZE:12pt;
	text-decoration: none;
}
A.Panel{
	COLOR: #000000;
	FONT-FAMILY: Tahoma;
	FONT-WEIGHT: bold;
	FONT-SIZE:8pt;
	text-decoration: none;
}
A.Panel:Hover{
	COLOR: #2B466B;
	FONT-FAMILY: Tahoma;
	FONT-WEIGHT: bold;
	FONT-SIZE:8pt;
	text-decoration: none;
}


.m0l0iout {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
	padding: 3px;
	color: #FFFFFF;
}
.m0l0iover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
	padding: 3px;
	color: #FF9900;
}

/* level 0 outer - rallitas del menu, etc*/
.m0l0oout {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration : none;
	background: #2B466B;

}
.m0l0oover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF9900;
	text-decoration : none;
	background: #2B466B;
}

/* level 1 inner */
.m0l1iout {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
	padding: 4px;
	color: #000000;
}
.m0l1iover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	text-decoration : none;
	padding: 4px;
	color: #FF9900;
}

/* level 1 outer */
.m0l1oout {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration : none;
	background: #b9c8e1;
	filter: alpha(opacity=75);
}
.m0l1oover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration : none;
	background: #2B466B;
	color: #FFFFFF;
	filter: alpha(opacity=75);
}

/* level 2 inner */
.m0l2iover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 2 outer */
.m0l2oout {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration : none;
	border : 1px solid #000000;
	background: #B44646;
}
.m0l2oover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration : none;
	border : 1px solid #000000;
	background: #E55A5A;
}
