/* --- 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 {
	border-right: 1px solid #CCCCCC;
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 10px;
	text-decoration: none;
	margin: 2px 0 0 8px;
	color: #333333;
}
.m0l0iover {
	font-family: Verdana, Geneva, Arial, Helvetica;
	border-right: 1px solid #CCCCCC;
	font-size: 10px;
	text-decoration: none;
	margin: 2px 0 0 8px;
	color: #333333;
}

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

/* level 1 inner */
.m0l1iout {
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 10px;
	margin: 2px 0 0 8px;
	color: #333333;
}
.m0l1iover {
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 10px;
	margin: 2px 0 0 8px;
	color: #333333;
}

/* level 1 outer */
.m0l1oout {
	border-left: 1px solid #CCCCCC;
	text-decoration : none;
	background-color: #EEEEEE;
	padding: 0;
	filter:alpha(opacity=90);
}
.m0l1oover {
	text-decoration : none;
	border-left: 1px solid #333333;
	background-image: url(../images/list_orange_arrow.gif);
	background-position: 2px 5px;
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	padding: 0;
	filter:alpha(opacity=90);
}