/* --- 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:bold 12px Arial;
	text-decoration: none;
	color: #A0A0A0;
	background-image:url(../img/arrow_new.gif);
	text-indent:15px;

}
.m0l0iover {
	font:bold 12px Arial;
	text-decoration: none;
	color: #FFFFFF;
	background-image:url(../img/arrow_white.gif);
	background-color:#5DC0DF;
	text-indent:15px;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border:1px solid #a0a0a0;
}
.m0l0oover {
	text-decoration : none;
	border:1px solid #a0a0a0;
}

/* level 1 inner */
.m0l1iout {
	font: 12px Arial;
	text-decoration: none;
	text-indent:15px;
	color: #a0a0a0;
	background-color:#ffffff;
	background-image:url(../img/dot.gif);

}
.m0l1iover {
	font: 12px Arial;
	text-decoration : none;
	color: #ffffff;
	background-color: #5DC0DF;
	text-indent:15px;
	background-image:url(../img/arrow_double.gif);

}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border:1px solid #a0a0a0;
}
.m0l1oover {
	text-decoration : none;
	border:1px solid #a0a0a0;
}