/* --- 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: 11px;
	font-style: normal;
        font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px;
        text-align: center;
}
.m0l0iover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
        font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px;
        text-align: center;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background: #5280B4;
}
.m0l0oover {
	text-decoration : none;
	background: #870E3F;
}

/* level 1 inner */
.m0l1iout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
        font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px;
        text-align: center;
}
.m0l1iover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
        font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px;
        text-align: center;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background: #5280B4;
}
.m0l1oover {
	text-decoration : none;
	background: #870E3F;
}

