/* --- 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 MS", Arial, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	margin-top: 1px;
	margin-left: 2px;
	font-weight: bold;
}
.m0l0iover {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10pt;
	text-decoration: underline;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	font-weight: bold;
}

/* level 0 outer */
.m0l0oout {
	border: 1px solid;
	border-color: #FFA6AE;
	background-color: #e1081e;
}
.m0l0oover {
	border: 1px solid;
	border-color: #FFA6AE;
	background-color: #e1081e;
}

/* level 1 inner */
.m0l1iout {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: .8em;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
}
.m0l1iover {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: .8em;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #e1081e;
	border: 1px solid #e1081e;
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-color: #e1081e;
	border: 1px solid #e1081e;
	padding: 0;
}
