/* --- 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: small;
	text-decoration: none;
	text-align: center;
	padding: 4px;
	color: #003366;
}

.m0l0iover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: underline;
	text-align: center;
	padding: 4px;
	color: #660066;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	font-size: small;
	text-decoration: none;
	border : 2px solid #ffffff;
	text-align: center;
	background: #D7D9EF;
	color: #000000;
}

.m0l0oover {
	text-decoration : none;
	font-size: small;
	border : 2px solid #FFFFFF;
	background: #030A35;
	color: #660066;
}


/* level 1 inner */
.m0l1iout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: bold;
	padding: 2px;
	color: #ffffff;
}

.m0l1iover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration : underline;
	padding: 2px;
	color: #660066;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	font-size: small;
	border : 1px solid #FFFFFF;
	background: #030A35;
	color: #ffffff;
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #D7D9EF;
	color: #660066;
}
