/* --- 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: black;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: small;
	padding-top: 0px;
}

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

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background: none;
	text-align: center;
}
.m0l0oover {
    text-decoration: none;
	text-align: center;
}


/* level 1 inner */
.m0l1iout {
	font: bold 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: black;
}

/* second level menu, selected */
.m0l1iover {
	font: bold 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	color: black;
	background: white;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px outset #916c37;
	background-image: url(../sitelayout/parchment_dark.gif);
	filter: alpha(opacity=95);
    padding-top: 2px;
    padding-left: 2px;
}

.m0l1oover {
	text-decoration : none;
	border : 1px outset #916c37;;
    background: white;
    padding-top: 2px;
    padding-left: 2px;    
}

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

/* level 2 background (mouse out) */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #00009A;
	background: #5AA7E5;
}

/* level 2 background (mouse over) */
.m0l2oover {
	text-decoration : none;
	border : 1px solid #00009A;
	background: #003399;
}