/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/

/* top menu, text, not selected */
.m0l0iout {
	font-family: HandelGotDBol, arial, sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	padding-top: 7px;
	color: #FFFFFF;
}
/* top menu, text, selected */
.m0l0iover {
	font-family: HandelGotDBol, arial, sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	padding-top: 7px;
	color: #FFFFFF;
}

/* top menu, background, not selected */
.m0l0oout {
	text-decoration : none;
	background-image: url('img/lev0_bg2.gif');
	border: 1px solid #cccccc;
	background-color: #446479;
}
/* top menu, background, selected */
.m0l0oover {
	text-decoration : none;
	background-image: url('img/lev0_bg1.gif');
	background-color: #446479;
	border: 1px solid #cccccc;
}

/* sub-menu, text, not selected */
.m0l1iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-align: left;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
}
/* sub-menu, text, selected */
.m0l1iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-align: left;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
}

/* sub-menu, background, not selected */
.m0l1oout {
	text-decoration : none;
	background-color: #446479;
	border: 1px solid #cccccc;
	padding: 0;
}
/* sub-menu, background, selected */
.m0l1oover {
	text-decoration : none;
/*	background-color: #4F748C; */
	background-color: #000000;
	background-image: url('img/lev1_arrow.gif');
	background-repeat: no-repeat;
	border: 1px solid #cccccc;
	padding: 0;
}


