/*
 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;
	font-size: 12px;
	margin: 2px 0 0 0px;
	text-align: center;
	color: #333333;
	font-weight: bold;
}
.m0l0iover {
	font-family: arial;
	font-size: 12px;
	margin: 2px 0 0 0px;
	text-align: center;
	color: #333333;
	font-weight: bold;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-image: url(includes/buttons/middle.jpg);
	background-color: #FFFFFF;
}
.m0l0oover {
	text-decoration : none;
	background-image: url(includes/buttons/middle_ro.jpg);
	background-color: #FFFFFF;
}

/* level 1 inner */
.m0l1iout {
	font-family: arial;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #333333;
}
.m0l1iover {
	font-family: arial;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #333333;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #e0dfe3;
	border: 1px solid #CCCCCC;
	padding: 0;
	filter: alpha(opacity=93);
}
.m0l1oover {
	text-decoration : none;
	background-color: #fee487;
	background-repeat: no-repeat;
	border: 1px solid #CCCCCC;
	padding: 0;
}
