/*NOTE
These styles have been moved to osusae_base.css.
*/

/* --- 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: #336; font-size: 12px; font-family: Arial, Helvetica, Geneva, sans-serif; font-weight: bold; text-decoration: none; padding: 3px }
.m0l0iover   { color: #336; font-size: 12px; font-family: Arial, Helvetica, Geneva, sans-serif; font-style: normal; font-variant: normal; font-weight: bold; text-decoration: underline; padding: 3px }

/* level 0 outer */
.m0l0oout    { text-decoration: none }
.m0l0oover   { text-decoration: none }

/* level 1 inner */
.m0l1iout   { color: #336; font-size: 12px; font-family: Arial, Helvetica, Geneva, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; padding: 3px }
.m0l1iover  { color: #336; font-size: 12px; font-family: Arial, Helvetica, Geneva, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; padding: 3px }

/* level 1 outer */
.m0l1oout    { text-decoration: none; background: #b6b6e0; border-top: 1px groove white; filter: alpha(opacity=85)   }
.m0l1oover   { text-decoration: none; background: #a4a4d5; border-top: 1px groove white }

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

/* level 2 outer */
.m0l2oout  { text-decoration: none; background: #da6510; border: solid 1px #ffffff }
.m0l2oover  { text-decoration: none; background: #da6510; border: solid 1px #ffffff }
