/*
 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: Verdana, sans-serif, Tahoma, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
	align: center;
	margin: 3px 0 0 7px;
	color: #FFFFFF;
}
.m0l0iover {
	font-family: Verdana, sans-serif, Tahoma, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
	align: center;
	margin: 3px 0 0 7px;
	color: #FFFFFF;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	align: center;
	background-color: #344561;
	border: 1px solid #566883;
}
.m0l0oover {
	text-decoration : none;
	align: center;
	background-color: #566883;
	border: 1px solid #566883;
}

/* level 1 inner */
.m0l1iout {
	font-family: Verdana, sans-serif, Tahoma, Geneva, Arial, Helvetica;
	font-size: 11px;
	margin: 2px 0 0 17px;
	color: #FFFFFF;
}
.m0l1iover {
	font-family: Verdana, sans-serif, Tahoma, Geneva, Arial, Helvetica;
	font-size: 11px;
	margin: 2px 0 0 17px;
	color: #FFFFFF;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #344561;
	border: 1px solid #566883;
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-color: #566883;
	border: 1px solid #566883;
	padding: 0;
	background-image: url(img/lev1_arrow.gif);
	background-repeat: no-repeat;
}