/* --- 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    { color: gray; font-weight: 600; font-size: 11px; line-height: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; text-align: right }
.m0l0iover    { color: gray; font-weight: 600; font-size: 11px; line-height: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline; text-align: right }

/* level 0 outer */
.m0l0oout   { font-size: 11px; line-height: 14px; text-decoration: none; text-align: right }
.m0l0oover   { font-size: 11px; line-height: 14px; text-decoration: none; text-align: right }

/* level 1 inner */
.m0l1iout      { color: gray; font-size: 11px; line-height: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; background-color: #ebebe3; border: solid 2px #ebebe3 }
.m0l1iover      { color: #a52a2a; font-size: 11px; line-height: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; background-color: #ebebe3; border: solid 2px #ebebe3 }

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
}
.m0l1oover {
	text-decoration : none;
}

/* level 2 inner */
.m0l2iover  { font-size: 11px; line-height: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
}
.m0l2oover {
	text-decoration : none;
}