/* --- 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: 11px;
	font-weight:bold;
	text-align:left;
	color: white;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 7px;
}
.m0l0iover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-align:left;
	color: white;
	text-decoration:underline;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 7px;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-image: url(../MenuAssets/fall_Menu_BG.gif);
	background-color: #2C5F93;
	
}
.m0l0oover {
	text-decoration : none;
	background-image: url(../MenuAssets/fall_Menu_BG.gif);
	background-color: #2C5F93;
}

/* level 1 inner */
.m0l1iout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-align:left;
	color: white;
	margin: 4px 0 0 14px;
}
.m0l1iover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-align:left;
	color: white;
	margin: 4px 0 0 14px;
	text-decoration:underline;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-image: url(../MenuAssets/fall_Menu2_BG.gif);
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-image: url(../MenuAssets/fall_Menu2_BG.gif);
	padding: 0;
}
