/* --- 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: 14px;
	text-decoration: none;
	margin: 4px 0 0 4px;
	color: #FFFFFF;
	font-weight:bolder;
	overflow-x:hidden;
	text-align:left;
	white-space: no-wrap;
}
.m0l0iover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	margin: 5px 0 0 4px;
	color: #FFFFFF;
	font-weight:bolder;
	overflow-x:hidden;
	text-align:left;
	white-space: no-wrap;
}

a.parent {
	width: auto !important;
	}
/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	/*background-image: url(img/lev0_bg1.gif);*/
	/*border: 1px solid #336699;*/
	/*background-color: #2C5F93;*/
	white-space: no-wrap;
	
}
.m0l0oover {
	text-decoration : none;
	/*background-image: url(img/lev0_bg2.gif);*/
	/*background-color: #2C5F93;*/
	/*border: 1px solid #336699;*/
	white-space: no-wrap;
	
}

/* level 1 inner */
.m0l1iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 4px;
	color: #FFFFFF;
	
}
.m0l1iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 4px;
	color: #FFFFFF;
	
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #747474;
	border: 1px solid #929497;
	padding-bottom: 4px;
	
}
.m0l1oover {
	text-decoration : none;
	background-color: #212468;
	/*background-image: url(img/lev1_arrow.gif);*/
	background-repeat: no-repeat;
	border: 1px solid #929497;
	padding-bottom: 4px;
	
}

#e0_1i{
	z-index:5;
	}