/* --- 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: 12px Verdana, Times, serif;
	text-decoration: none;
	padding-left: 0px;
	color: white;
}
.m0l0iover {
	font: 12px Verdana, Times, serif;
	text-decoration: none;
	padding-left: 0px;
	color: white;
	a:hover {text-decoration: none};
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 0px solid #FFFFFF;
	background: #42ADFF;
}
.m0l0oover {
	text-decoration : none;
	border : 0px solid #FFFFFF;
	background: #42adff;
}

/* level 1, menu 1 inner */
.m0l1iout-1 {
	font: 9px Arial, serif;
	text-decoration: none;
	padding: 4px;
	background: #028ed0;
	color: #ffff00;
}
.m0l1iover-1 {
	font: 9px Arial, serif;
	text-decoration : none;
	padding: 4px;
	background: #42ADFF;
	color: #000000;
}

/* level 1, menu 1 outer */
.m0l1oout-1 {
	text-decoration : none;
	border : 0px solid #FFFFFF;
	filter: alpha(opacity=100);
}
.m0l1oover-1 {
	text-decoration : none;
	border : 0px solid #FFFFFF;
}


/* level 1, menu 2 inner */
.m0l1iout-2 {
	font: 9px Arial, serif;
	text-decoration: none;
	padding: 4px;
	background: #028ed0;
	color: #00ff00;
}
.m0l1iover-2 {
	font: 9px Arial, serif;
	text-decoration : none;
	padding: 4px;
	background: #42ADFF;
	color: #000000;
}

/* level 1, menu 2 outer */
.m0l1oout-2 {
	text-decoration : none;
	border : 0px solid #FFFFFF;
	filter: alpha(opacity=100);
}
.m0l1oover-2 {
	text-decoration : none;
	border : 0px solid #FFFFFF;
}


/* level 1, menu 3 inner */
.m0l1iout-3 {
	font: 9px Arial, serif;
	text-decoration: none;
	padding: 4px;
	background: #028ed0;
	color: #ff0000;
}
.m0l1iover-3 {
	font: 9px Arial, serif;
	text-decoration : none;
	padding: 4px;
	background: #42ADFF;
	color: #000000;
}

/* level 1, menu 3 outer */
.m0l1oout-3 {
	text-decoration : none;
	border : 0px solid #FFFFFF;
	filter: alpha(opacity=100);
}
.m0l1oover-3 {
	text-decoration : none;
	border : 0px solid #FFFFFF;
}


/* level 1, menu 4 inner */
.m0l1iout-4 {
	font: 9px Arial, serif;
	text-decoration: none;
	padding: 4px;
	background: #028ed0;
	color: #000000;
}
.m0l1iover-4 {
	font: 9px Arial, serif;
	text-decoration : none;
	padding: 4px;
	background: #42ADFF;
	color: #ffffff;
}

/* level 1, menu 4 outer */
.m0l1oout-4 {
	text-decoration : none;
	border : 0px solid #FFFFFF;
	filter: alpha(opacity=100);
}
.m0l1oover-4 {
	text-decoration : none;
	border : 0px solid #FFFFFF;
}


