/* --- 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: Arial; font-size: 12px; text-decoration: none; padding: 4px; color: #2c4880; text-align: center; margin: 0; border-width: 1px; }
.m0l0iover {
	font: bold 12px Arial;
	padding: 4px;
	color: black;
	text-align: center;


}

/* level 0 outer */
.m0l0oout {
	background: transparent;
	text-decoration : none;
	border : solid 0 #0c619b;
	text-align: center;
}
.m0l0oover { background: #00f7ff url('(EmptyReference!)') center 0; text-decoration : none; border : solid 0 #ffffff; text-align: center; }

/* level 1 inner */
.m0l1iout { font: 12px Arial; text-decoration: none; padding: 4px; color: #000000; text-align: left; }
.m0l1iover { font: bold 12px Arial; text-decoration : none; padding: 4px; color: #000000; text-align: left; }

/* level 1 outer */
.m0l1oout { text-decoration : none; border : solid 1px #ffffff; background: #bfbfff; text-align: left; filter: alpha(opacity=96); }
.m0l1oover { text-decoration : none; border : solid 1px #ffffff; background: #ffaed7; text-align: left; }

/* level 2 inner */
.m0l2iover { font: bold 12px Arial; text-decoration : none; padding: 4px; color: #000000; text-align: left; }

/* level 2 outer */
.m0l2oout { text-decoration : none; border : solid 1px #ffffff; background: #ffcc99; text-align: left; }
.m0l2oover { text-decoration : none; border : solid 1px #ffffff; background: #e6936a; text-align: left; }
.Right {
	text-align: right;
}
