/* --- 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", "Helvetica", "sans-serif";
	font-size: 10px;
	color: #000033;


}
.m0l0iover {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10px;
	CURSOR: pointer;
	color: #ff9900;

}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #000033;

	cursor: pointer;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
}
.m0l0oover {
	text-decoration : none;
	;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #000033;

	cursor: pointer;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/* level 1 inner */
.m0l1iout {
	text-decoration: none;
	padding: 4px 4px;
	color: #000033;
	;
	background-color: #F4F4F9;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
}
.m0l1iover {
	text-decoration : none;
	padding: 4px 4px;
	color: #000033;
	;
	background-color: #CDDAE9;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px #FFFFFF solid;
	background-color: #F4F4F9;
}
.m0l1oover {
	text-decoration : none;
	border : 1px #FFFFFF solid;
	background-color: #CDDAE9;
}

/* level 2 inner */
.m0l2iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #B44646;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #E55A5A;
}
