/*
 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: 'Arial';
	text-align: left;
	font-size: 11px;
	font-weight: bolder;
	text-decoration: none;
	margin: 4px 0 0 8px;
	color: #6B4E1E;
}
.m0l0iover {
	font-family: 'Arial';
	text-align: left;
	font-size: 11px;
	font-weight: bolder;
	text-decoration: none;
	margin: 5px 0 0 8px;
	color: #ffffff;
}
.m0l0iactive {
	font-family: 'Arial';
	text-align: left;
	font-size: 11px;
	font-weight: bolder;
	text-decoration: none;
	margin: 5px 0 0 8px;
	color: #6B4E1E;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-image: none;
	border: NONE;
	background-color: NONE;
	color: #FFFFFF;
}
.m0l0oover {
	text-decoration : none;
	background-image: none;
	background-color: NONE;
	border: NONE;
	color: #6B4E1E;
}
.m0l0oactive {
	text-decoration : none;
	background-image: none;
	background-color: NONE;
	border: NONE;
	color: #ffffff;
}

/* level 1 inner */
.m0l1iout {
	font-family: 'Arial';
	font-weight: bolder;
	font-size: 11px;
	margin: 5px 0 0 8px;
	color: #FFFFFF;
}
.m0l1iover {
	font-family: 'Arial';
	font-weight: bolder;
	font-size: 11px;
	margin: 5px 0 0 8px;
	color: #6B4E1E;
}
.m0l1iactive {
	font-family: 'Arial';
	font-weight: bolder;
	font-size: 11px;
	margin: 5px 0 0 8px;
	color: #ffffff;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: NONE;
	border: NONE;
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-color: NONE;
	background-image: NONE;
	background-repeat: no-repeat;
	border: NONE;
	padding: 0;
}
.m0l1oactive {
	text-decoration : none;
	background-color: NONE;
	background-image: NONE;
	background-repeat: no-repeat;
	border: NONE;
	padding: 0;
}
