/* --- 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: Trebuchet, sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px; font-weight: bold; color: #000080;
	text-decoration: none; text-align: center; 
	margin: 4px 0 4px 0;
}
.m0l0iover {
	font-family: Trebuchet, sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px; font-weight: bold;	color: #6b0000;	
	background-color: #ffffff;
	text-decoration: none; text-align: center; 
	margin: 4px 0 4px 0;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-color: transparent; background-image: url(img/lev0.gif);
	border: 1px solid #ffffff;
}
.m0l0oover {
	text-decoration : none;
	background-color: #ffffff; background-image: url(img/lev0.gif);
	border: 1px solid #ffffff;
}

/* level 1 inner */
.m0l1iout {
	font-family: Trebuchet, sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px; font-weight: bold;	color: #000080;
	text-decoration : none;
	margin: 4px 0 4px 17px;
}
.m0l1iover {
	font-family: Trebuchet, sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px; font-weight: bold;	color: #6b0000;
	text-decoration : none;
	margin: 4px 0 4px 17px;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #dadada;
	border: 1px solid #ffffff;
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-color: #ffffff;
	background-image: url(img/arrow.gif); background-repeat: no-repeat;
	border: 1px solid #ffffff;
	padding: 0;
}
/* level 2+ inner */
.m0l2iout {
	font-family: Trebuchet, sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px; color: #000080;
	text-decoration : none;
	margin: 4px 0 4px 17px;
}
.m0l2iover {
	font-family: Trebuchet, sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px; color: #6b0000;
	text-decoration : none;
	margin: 4px 0 4px 17px;
}

/* level 2+ outer */
.m0l2oout {
	text-decoration : none;
	background-color: #dadada;
	border: 1px solid #ffffff;
	padding: 0;
}
.m0l2oover {
	text-decoration : none;
	background-color: #ffffff;
	background-image: url(img/arrow.gif); background-repeat: no-repeat;
	border: 1px solid #ffffff;
	padding: 0;
}