/* --- 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 */
/* MIAN NAV BAR TEXT NORMAL */
.m0l0iout {
	font: 8pt Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;
	padding: 4px;
	color: #fff;
	padding-left: 12px;
	margin-left: 4px;
	}
/* MAIN NAV BAR TEXT HOVER*/
.m0l0iover {
	font: 8pt Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
	color: #fff;
	background: url(arrow_white.gif);
	background-repeat : no-repeat;
	background-position: center left;
	padding-left: 12px;
	margin-left: 4px;
}

/* MAIN NAV BAR BOX NORMAL */
/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border: 1px solid #ccc;
	border-top: 0px;
	border-bottom: 0px;
	background: #fff;
	background: url(nav.gif);
	}
/* MAIN NAV BAR SUBMENU HOVER */
.m0l0oover {
	text-decoration : none;
	border : 1px solid #ccc;
		border-top: 0px;
	border-bottom: 0px;
	/* background: #5AA7E5; */
	background: #eee; 
	background: url(nav.gif);
	background-repeat: repeat-x;	
	}

/* level 1 inner */
/* SUBMENU TEXT NORMAL */
.m0l1iout {
	font: 8pt Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #fff;
	padding-left: 12px;
	margin-left: 4px;
}
/* SUBMENU TEXT HOVER */
.m0l1iover {
	font: 8pt Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #000;
	padding-left: 12px;
	margin-left: 4px;
	background: url(arrow1.gif);
	background-repeat : no-repeat;
	background-position: center left;
}

/* level 1 outer */
/* SUBMENU BOX NORMAL */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #fff;
	background: #005092;
	z-index: 10000;
}
/* SUBMENU BOX HOVER */
.m0l1oover {
	text-decoration : none;
	border : 1px solid #fff;
	background: #ddd;
	z-index: 10000;
}

/* level 2 inner */
.m0l2iover {
	font: 8pt Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #666;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #ccc;
	background: #fff;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #ccc;
	background: #fff;
}

