/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/* MAIN ITEMS TEXT*/
.m0l0iout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	color: White;
	text-align: center;
	padding:6px;
	text-decoration:none;
}
.m0l0iover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	color: white;
	text-align: center;
	padding:6px;
	text-decoration:none;
}

/* MAIN ITEMS CELLS*/
.m0l0oout {
	text-decoration : none;
	background-color:#C023B3;
	margin-right:1px;
}
.m0l0oover {
	text-decoration : none;
	background-color:#F4A420;
	margin-right:1px;
}

/* SUBMENU TEXT */
.m0l1iout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding-left: 5px;
	padding-top:3px;
	color: 	white;
	border: 1px solid #fff;
	text-align: left;
	
}

.m0l1iover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding-left: 5px;
	padding-top:3px;
	color: white;
	text-align:left;
}

/* SUBMENU CELLS*/
.m0l1oout {
	text-decoration : none;
	background-color:#C023B3;
}

.m0l1oover {
	text-decoration : none;
	background-color:#F4A420;
}

