/* --- 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 {
	text-decoration : none;
    color: white;
    font-weight: bold;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top: 0;
}

.m0l0iover {
	text-decoration : none;
    font-weight: bold;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top: 0;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background: none;
	text-align: center;
}
.m0l0oover {
    text-decoration: none;
	text-align: center;
    background: #71d85c;
    color: #005d23;
}


/* level 1 inner */
.m0l1iout {
	text-decoration: none;
	padding: 4px;
	color: white;
}
.m0l1iover {
	text-decoration : none;
	padding: 4px;
	color: white;
	background: #f20258;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 2px solid white;
	background-color: #0b1166;
}

.m0l1oover {
	text-decoration : none;
	border : 2px solid white;
	background-color: #ffe095;
}


/* level 2 text colour */
.m0l2iover {
	font: bold 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: white;
}

/* level 2 background (mouse out) */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #00009A;
	background: #5AA7E5;
	filter: alpha(opacity=95);
}
/* level 2 background (mouse over) */
.m0l2oover {
	text-decoration : none;
	border : 1px solid #00009A;
	background: #003399;
}