/* --- 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: #856F7D; font-size: 12px; font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; padding: 4px }
.m0l0iover   { color: #000; font: bold 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; text-decoration: underline; padding: 4px }

/* level 0 outer */
.m0l0oout    { color: #856F7D; font-weight: bold; text-decoration: none; background: #4682b4 url("/images/misc/bar_top.gif") }
.m0l0oover    { color: #000; font-weight: bold; text-decoration: none; background: #5aa7e5 url("/images/misc/bar_top.gif") }

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

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #D2E8F6;
	filter: alpha(opacity=95);
}
.m0l1oover  {
	text-decoration: none;
	border: solid 1px #ffffff;
	background: #d3d3d3;
	filter: alpha(opacity=95);
}

/* 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;
	border : 1px solid #FFFFFF;
	background: #D2E8F6;
	filter: alpha(opacity=95);
}
.m0l2oover { text-decoration: none; background: #d3d3d3; border: solid 1px #ffffff }