/*
 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, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
	padding: 6px;
	color: #FFFFFF;
	background-color: #002b45;
	background:transparent url(img/nav_bg.gif) repeat-x scroll right top;;
	font-weight: bold;
	text-align:left;	
}
.m0l0iover {
	background:transparent url(img/lev0_arrow.gif);
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
	padding: 6px;	
	color: #83b5db;
	font-weight: bold;
	text-align:left;	
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border: 0px;
	background-color: #002b45;
}
.m0l0oover {
	text-decoration : none;
	background-image: url(img/lev0-arrow.gif);
	border: 0px;
}

/* level 1 inner */
.m0l1iout {
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	background-color: #002b45;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
	text-align:left;	
}
.m0l1iover {
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #83b5db;
	text-align:left;	
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border: 0px;
	background-color: #002b45;
}
.m0l1oover {
	text-decoration : none;
	background-color: #002b45;
	background-image: url(img/arrowRight.gif);
	border: 0px;
	padding: 0;
}

/* level 2 inner */
.m0l2iout {
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	background-color: #002b45;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
	text-align:left;	
}
.m0l2iover {
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #83b5db;
	text-align:left;	
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border: 0px;
	background-color: #002b45;
}
.m0l2oover {
	text-decoration : none;
	background-color: #002b45;
	background-image: url(img/arrowRight.gif);
	border: 0px;
	padding: 0;
}

/* level 3 inner */
.m0l3iout {
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	background-color: #002b45;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
	text-align:left;	
}
.m0l3iover {
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #83b5db;
	text-align:left;	
}

/* level 3 outer */
.m0l3oout {
	text-decoration : none;
	border: 0px;
	background-color: #002b45;
}
.m0l3oover {
	text-decoration : none;
	background-color: #002b45;
	background-image: url(img/arrowRight.gif);
	border: 0px;
	padding: 0;
}
