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

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

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

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-left: solid 1px #000000;
	background: #448CCB;
}
.m0l1oover  {
	text-decoration: none;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-left: solid 1px #000000;
	background: #d3d3d3;
}

/* 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 }