/* --- 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: bold 10pt Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	text-align: right ;
	text-decoration: none;
	padding: 4px;
	color: #C12A1E;
}
.m0l0iover {
	font: bold 10pt Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	text-align: right ;
	text-decoration: underline;
	padding: 4px;
	color: #C12A1E;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 0px solid #FFFFFF;
	background: #EFEFEF;
	background-image: url('dot2.gif');
}
.m0l0oover {
	text-decoration : none;
	border : 0px solid #FFFFFF;
	background: #FFFFFF;
	background-image: url('dot2.gif');
}

/* level 1 inner */
.m0l1iout {
	font: 10px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
}
.m0l1iover {
	font: 10px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : underline;
	padding: 4px;
	color: #FFFFFF;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #C42B1E;

	filter: alpha(opacity=85);
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #C42B1E;
}