/* --- 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, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	text-decoration: none;
	margin: 2px 0 0 2px;
	color: #666666;
	font-weight:bold;
}
.m0l0iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	text-decoration: none;
	margin: 3px 0 0 2px;
	color: #FFCC00;
	font-weight:bold;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border-right: 0px solid #DDDDDD;
	background-color: #EEEEEE;
}
.m0l0oover {
	border-right: 0px solid #FFFFFF;
}

/* level 1 inner */
.m0l1iout {
	font-family: Arial, Tahoma, Verdana, Geneva, Helvetica;
	font-size: 11px;
	margin: 0px 0 0 0px;
	color: #666666;
	font-weight:bold;
}
.m0l1iover {
	font-family: Arial, Tahoma, Verdana, Geneva, Helvetica;
	font-size: 11px;
	margin: 0px 0 0 0px;
	color:#FFCC00;
	font-weight:bold;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #EEEEEE;
	border-bottom: 1px solid #CCCCCC;
	padding: 0;
	filter:alpha(opacity=80);
}
.m0l1oover {
	text-decoration : none;
	background-color: #DDDDDD;
	background-image: url(../images/menu/lev1_arrow.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #CCCCCC;
	padding: 0;
	filter:alpha(opacity=80);
}