/* --- 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, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	background-image:url(../imgs/interface/menu_sep.gif);
	background-position:left;
	padding-left:35px;
	background-repeat:no-repeat;
}
.m0l0iover {
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-top: 4px;
	color: #21406E;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	color: #21406E;
	background-image:url(../imgs/interface/menu_sep.gif);
	background-position:left;
	
	background-repeat:no-repeat;
}
.m0l0oover {
	text-decoration : none;
	background-image:url(../imgs/interface/menu_sep_o.gif);
	background-position:left;
	padding-left:35px;
	
	background-repeat:no-repeat;
}

/* level 1 inner */
.m0l1iout {
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 3px;
	padding-left:10px;
	padding-top: 6px;
	color: #21406E;
}
.m0l1iover {
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 3px;
	padding-left:10px;
	padding-top: 6px;
	color: #21406E;
	
}

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

}

/* level 2 inner */
.m0l2iover {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 3px;
	color: #21406E;

}

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