/*
 menu styles
 note: not all browsers render styles the same way so try out your style sheet
 in different browsers before publishing
*/

/* level 0 inner */
.m0l0iout {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	text-decoration: none;
	margin: 2px 0 0 2px;
	color: #0000FF;
	background-image: url(../../images/menu-off.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
.m0l0iover {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight:normal;
	text-decoration: underline;
	margin: 2px 0 0 2px;
	background-image: url(../../images/menu-on.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	/*background-color: #ebebeb;*/
	color: #000000;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border: 0px solid #336699;
	background-color: #FFFFFF;
}
.m0l0oover {
	text-decoration : none;
/*	background-color: #2C5F93;*/
	border: 0px solid #336699;
}

/* level 1 inner */
.m0l1iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	color: #0000FF;
	background-image: url(../../images/menu-off.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-color: #FAFAFA;
}
.m0l1iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	font-weight:normal;
	text-decoration: underline;
	color: #000000;
	background-image: url(../../images/menu-on.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-color: #FAFAFA;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #FFFFFF;
	border: 0px solid #336699;
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-color: #FFFFFF;
	border: 0px solid #336699;
	padding: 0;
}