/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
  main menu classes
  level 0 inner */
.m0l0iout {
	font: 14px  "Comic Sans MS",cursive, sans-serif;
	text-decoration: none;
	text-align: center;
	padding: 0px;
	color: #ffff99;
	background-color: transparent;
}
.m0l0iover {
	font: 14px  "Comic Sans MS",cursive, sans-serif;
	text-decoration: underline;
	text-align: center;
	padding: 0px;
	color: #ffff99;
	background-color: transparent;
}

/* level 1 inner */
.m0l1iout {
	font: 14px  "Comic Sans MS",cursive, sans-serif;
	text-align: center;
	text-decoration: none;
	color: #ffff99;
}
.m0l1iover {
	font: 14px  "Comic Sans MS",cursive, sans-serif;
	text-align: center;
	text-decoration: underline;
	color: #ffff99;
}

/* level 1 outer */
.m0l1oout, .m0l1oover  {
	font: bold 14px Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration : none;
	color: #ffff00;
	/* filter: alpha(opacity=85);*/
}


.infobubl, table.infobubl, td.infobubl {
	color: #fbe77b;
	text-decoration: none;
	font: 14px  "Comic Sans MS", sans-serif !important;
	text-align: justify;
	background-color: #4b0101;
	padding: 10px;
	border-color: #894614;
	border-width: 3px;
}

.mout {
	color: #fbf97b;
	font: 14px  "Comic Sans MS",cursive, sans-serif;
}
.mover {
	color: #ffff00;
	font: 14px  "Comic Sans MS",cursive, sans-serif;
}
.mdown {
	color: #ff0000;
	font: 14px  "Comic Sans MS",cursive, sans-serif;
}

