/*
 menu styles
 note: not all browsers render styles the same way so try out your style sheet
 in different browsers before publishing
*/

/* level 0 inner */
.m0l0iout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 3px 0 3px;
	color: #fff;
}
.m0l0iover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 3px 0 3px;
	color: #fff;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
/*	background-image: url(img/lev0_bg1.gif);*/
	border: 1px solid #333;
	background-color: #333;
}
.m0l0oover {
	text-decoration : none;
	background-color: #ccc;
	border: 1px solid #ccc;
}

/* level 1 inner */
.m0l1iout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 3px 0 3px;
	color: #333;
}
.m0l1iover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 3px 0 3px;
	color: #fff;
	background-color: #ccc;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #eee;
	border: 1px solid #eee;
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-color: #ccc;
	border: 1px solid #ccc;
	padding: 0;
}

/* level 2 inner */
.m0l2iout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 3px 0 3px;
	color: #FFFFFF;
	background-color: #333333
}
.m0l2iover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 3px 0 3px;
	color: #fff;
	background-color: #CCCCCC;
}
/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	background-color: #eee;
	border: 1px solid #eee;
	padding: 0;
}
.m0l2oover {
	text-decoration : none;
	border: 1px solid #ccc;
	padding: 0;
}

