/* --- 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 {
	text-decoration: none;
	padding-left: 4px;
	color: #000000;
}
.m0l0iover {
	text-decoration: none;
	padding-left: 4px;
	color: #000000;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border-left : 1px solid #000000; 
	border-right : 1px solid #000000; 
	border-bottom : 1px solid #000000; 
	background: #ff6600;
	font-weight: bold;
}
.m0l0oover {
	text-decoration : none;
	border-left : 1px solid #000000; 
	border-right : 1px solid #000000; 
	border-bottom : 1px solid #000000; 
	background: #ff9900;
	font-weight: bold;
}

/* level 1 inner */
.m0l1iout {
	text-decoration: none;
	padding: 4px;
	color: #000000;
	font-weight: bold;
}
.m0l1iover {
	text-decoration : none;
	padding: 4px;
	color: #000000;
	font-weight: bold;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #000000;
	background: #006600;
/*	filter: alpha(opacity=85); */
	font-weight: bold;
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #000000;
	background: #009900;
	font-weight: bold;
}

/* level 2 inner */
.m0l2iover {
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #000000;
	background: #006600;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #000000;
	background: #009900;
}