/*
 menu styles
 note: not all browsers render styles the same way so try out your style sheet
 in different browsers before publishing
*/

/* level 0 inner */
.m0l0iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
	margin: 0px 0 0 8px;
	color: #701515;
	font-weight: bold;
	font-family: Times New Roman;
	font-size: 14px;
	margin-top: -8px;

}
.m0l0iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	text-decoration: none;
	margin: 0px 0 0 8px;
	color: #701515;
	font-weight: bold;
	font-family: Times New Roman;
	font-size: 14px;
	margin-top: -8px;
}

/* level 0 outer */
.m0l0oout {
	text-decoration: none;
	border-left: 1px solid #701515; 
 padding-left: 10px; 
 margin-top: 8px;
}
.m0l0oover {
	text-decoration: none;
	border-left: 1px solid #701515; 
	 padding-left: 10px; 
 margin-top: 8px;
}

/* level 1 inner */
.m0l1iout {
	font-family: Times New Roman;
	font-size: 14px;
	color: #701515;
	margin: 4px 0 0 17px;
	
}
.m0l1iover {
	font-family: Times New Roman;
	font-size: 14px;
	color: #701515;
	margin: 4px 0 0 17px;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	padding: 0;
	background: #f8e8b8;
}
.m0l1oover {
	text-decoration : none;
	padding: 0;
	font-weight: bold;
	background: #f8e8b8;
}