/* --- 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,comic sans ms,technical;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 4px;
	color: white;
	font-weight: bold;
}
.m0l0iover {
	font-family: arial,comic sans ms,technical;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 4px;
	color: red;
	font-weight: bold;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 0px solid white;
	background: #3090C7;
}
.m0l0oover {
	text-decoration : none;
	border : 0px solid white;
	background: white;
}

/* level 1 inner */
.m0l1iout {
	font-family: arial,comic sans ms,technical;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 4px;
	color: darkblue;
	font-weight: bold;
}
.m0l1iover {
	font-family: arial,comic sans ms,technical;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 4px;
	color: red;
	font-weight: bold;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid white;
	background: white;
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid white;
	background: #BDEDFF;
}

/* level 2 inner */
.m0l2iover {
	font-family: arial,comic sans ms,technical;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 4px;
	color: red;
	font-weight: bold;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid white;
	background: white;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid white;
	background: #BDEDFF;
}