/* --- 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 */
.z0l0iout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	padding: 4px;
	color: #000000;
}
.z0l0iover {
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	/*text-decoration: underline;*/
	text-decoration: none;
	padding: 4px;
	color: #000000;
}

/* level 0 outer */
.z0l0oout {
	text-decoration : none;
	/* border : 1px solid #FFFFFF; */
	background: #6699CC;
}
.z0l0oover {
	text-decoration : none;
	/* border : 1px solid #FFFFFF; */
	background: #6699CC;
}

/* level 1 inner */
.z0l1iout {
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: normal;
	
	text-decoration: none;
	padding: 4px;
	color: #000000;
}
.z0l1iover {
	font: bold 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 1 outer */
.z0l1oout {
	text-decoration : none;
	/* border : 1px solid #FFFFFF; */
	background: #6699CC;
	/* filter: alpha(opacity=85); */
}
.z0l1oover {
	text-decoration : none;
	/* border : 1px solid #FFFFFF; */
	background: #6699CC;
}

/* level 2 inner */
.z0l2iout {
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	padding: 4px;
	color: #000000;
}
.z0l2iover {
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 2 outer */
.z0l2oout {
	text-decoration : none;
	/* border : 1px solid #FFFFFF; */
	background: #6699CC;
}
.z0l2oover {
	text-decoration : none;
	/* border : 1px solid #FFFFFF; */
	background: #6699CC;
}
