/* --- 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:Century Gothic;
	font-size: 14px;
	text-decoration: none;
	color: #1b880e;
}
.m0l0iover {
	font-family:Century Gothic;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
}

/* level 0 outer */
.m0l0oout {
	text-align:center;
	}
.m0l0oover {
	background-color:#062903;
	text-align:center;
}

/* level 1 inner */
.m0l1iout {
	color:#7e7e7e;
	font-family:Century Gothic;
	font-size: 12px;
	text-decoration: none;
	margin-left:5px;
	margin-top:3px;
}
.m0l1iover {
	color:#f6f6f6;
	font-family:Century Gothic;
	font-size: 12px;
	text-decoration: none;
	margin-left:5px;
	margin-top:3px;	
}

/* level 1 outer */
.m0l1oout {
	background-color:#062903;
	text-decoration: none;
	border-top:solid 1px #333;
}
.m0l1oover {
	background-color:#064903;
	text-decoration: none;	
	border-top:solid 1px #666;	
}


/* level 1 inner */
.m0l2iout {
	color:#7e7e7e;
	font-family:Century Gothic;
	font-size: 12px;
	text-decoration: none;
	margin-left:5px;
	margin-top:3px;
}
.m0l2iover {
	color:#f6f6f6;
	font-family:Century Gothic;
	font-size: 12px;
	text-decoration: none;
	margin-left:5px;
	margin-top:3px;	
}

/* level 1 outer */
.m0l2oout {
	background-color:#064903;
	text-decoration: none;
	border-top:solid 1px #333;
}
.m0l2oover {
	background-color:#064903;
	text-decoration: none;	
	border-top:solid 1px #666;	
}

