/* --- 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 {
	color: #ffe8c4;
	padding: 2px;
	text-decoration: underline;
}
.m0l0iover {
	color: #ffe8c4;
	padding: 2px;
	text-decoration: none;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background: #2F2F2F;
	border : 1px solid #2F2F2F;

}
.m0l0oover {
	text-decoration : none;
	border : 1px solid #5F5F5F;
	background: #434343;
}

/* level 1 inner */
.m0l1iout {
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
}
.m0l1iover {
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
}

/* level 0 inner */
.m0l0iout {
	color: #ffe8c4;
	padding: 2px;
	text-decoration: underline;
}
.m0l0iover {
	color: #ffe8c4;
	padding: 2px;
	text-decoration: none;
}

/* level 1 outer */
.m0l1oout {
	text-decoration: none;
	border : 1px solid #FFFFFF;
	background: #C20202;
	filter: alpha(opacity=85);
}
.m0l1oover {
	text-decoration: none;
	border : 1px solid #FFFFFF;
	background: #DD3131;
	filter: alpha(opacity=85);

}