/* --- 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: Arial, Verdana, Geneva, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: Bold;
	margin-left:0.3em;
	padding: 5px;
	color: #D4D4D4;
	position:absolute;
	z-index:10000;
}
.m0l0iover {
	font: 12px Arial, Verdana, Geneva, Tahoma, Helvetica, sans-serif;
	text-decoration: bold;
	font-weight: Bold;
	margin-left:0.3em;
	padding: 5px;
	color: #FFFFFF;
	position:absolute;
	z-index:10000;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	font-weight: Bold;
	border-left : 5px solid #FFFFFF;
	border-top : 1px solid #FFFFFF;
	border-bottom : 1px solid #FFFFFF;
	border-right : 1px solid #FFFFFF;
	color: #D4D4D4;
	background: #4C4C4C;
	position:absolute;
	z-index:10000;
}
.m0l0oover {
	text-decoration : none;
	font-weight: Bold;
	border-left : 5px solid #FFFFFF;
	border-top : 1px solid #FFFFFF;
	border-bottom : 1px solid #FFFFFF;
	border-right : 1px solid #FFFFFF;
	background: #000000;
	z-index:10000;
}

/* level 1 inner */
.m0l1iout {
	font: 12px Arial, Verdana, Geneva, Tahoma, Helvetica, sans-serif;
	text-decoration: bold;
	font-weight: Bold;
	padding: 4px;
	color: #D4D4D4;
	position:absolute;
	z-index:10000;
}
.m0l1iover {
	font: bold 12px Arial, Verdana, Geneva, Tahoma, Helvetica, sans-serif;
	text-decoration : none;
	font-weight: Bold;
	padding: 4px;
	color: #FFFFFF;
	position:absolute;
	z-index:10000;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	font-weight: Bold;
	border : 0px solid #FFFFFF;
	background: #000000;
	color: #D4D4D4;
	filter: alpha(opacity=85);
	z-index:10000;
}
.m0l1oover {
	text-decoration : none;
	font-weight: Bold;
	border : 0px solid #FFFFFF;
	background: #000000;
	z-index:10000;
}

/* level 2 inner */
.m0l2iover {
	font: 12px Arial, Verdana, Geneva, Tahoma, Helvetica, sans-serif;
	text-decoration : none;
	font-weight: Bold;
	padding: 4px;
	color: #FFFFFF;
	z-index:10000;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	font-weight: Bold;
	border : 0px solid #FFFFFF;
	color: #D4D4D4;
	background: #000000;
	z-index:10000;
}
.m0l2oover {
	text-decoration : none;
	font-weight: Bold;
	border : 0px solid #FFFFFF;
	background: #000000;
	z-index:10000;
}
