/* --- 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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000066;
	background-color: #FFFFFF;
	padding-left: 2px;
	padding-top: 2px;
	font-weight: bold;
}
.m0l0iover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000066;
	padding-top: 2px;
	padding-left: 2px;
	font-weight: bold;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-color: #FFFFFF;
}
.m0l0oover {
	text-decoration : none;
	background-color: #000066;
}
