/* --- 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 13px Arial, Verdana, Tahoma, Geneva, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	white-space:nowrap;
}
.m0l0iover {
	font: bold 13px Arial, Verdana, Tahoma, Geneva, Helvetica, sans-serif;
 	text-decoration: none;
	padding: 4px;
	color: #000000;
	white-space:nowrap;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 1px solid #F39600;
	background: #F39600;
}
.m0l0oover {
	text-decoration : none;
	border : 1px solid #000000;
	background: #FFCC33;
}

/* level 1 inner */
.m0l1iout {
	font: 13px Arial, Verdana, Tahoma, Geneva, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	background: #FFFFFF;
	color: #000000;
	border : 1px solid #000000;
}
.m0l1iover {
	font: bold 13px Arial, Verdana, Tahoma, Geneva, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	background: #FFCC33;
	color: #000000;
	border : 1px solid #000000;
	white-space:nowrap;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	/* border : 1px solid #F39600; */
	background: #ffffff;
	/* filter: alpha(opacity=85); */
}
.m0l1oover {
	text-decoration : none;
	/* border : 1px solid #F39600; */
	background: #f9f9f9;
}




/* Global Conduct Orange - all levels; text properties for states: normal */
.TM0i0 {
	font-family: Arial, Helvetica, sans-serif;;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

/* Global Conduct Orange - all levels; box properties for states: normal */
.TM0o0 {
	background: #F39600;
	border: 1px solid #F39600;
	padding: 1px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

/* Global Conduct Orange - all levels; text properties for states: hover, click */
.TM0i1 {
	font-family: Arial, Helvetica, sans-serif;;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

/* Global Conduct Orange - all levels; box properties for states: hover, click */
.TM0o1 {
	background: #FFCC33;
	border: 1px solid #606060;
	padding: 1px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

