/* --- 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-family: verdana,arial;
	font-size: 10px;
	font-weight: 800; 
	text-decoration: none;
	padding: 6px;
	color: #FFFFFF;
}
.m0l0iover {
	font-family: verdana,arial;
	font-size: 10px;
	font-weight: 800; 
	text-decoration: none;
	padding: 6px;
	color: #FFFFFF;
}

/* level 0 outer */
.m0l0oout {  /*background color of main items*/
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #00305A;
	text-align:center; 
}
.m0l0oover { /*rollover background color of main items*/
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #00305A; /*#4A79A5;*/
	text-align:center;
}

/* level 1 inner */
.m0l1iout {
	font: 10px verdana,arial;
	text-decoration: none;
	padding: 4px;
	color: #000000;
}
.m0l1iover {
	font: bold 10px verdana,arial;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 1 outer */
.m0l1oout { /*on mouseover of MAIN ITEM...sets background of SUBITEM cell*/
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #8CB6D6;
	filter: alpha(opacity=85);
}
.m0l1oover { /*on mouseover of subitems...sets background of cell*/
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #9CBEDE; /*#5AE55A;*/
}

/* level 2 inner */
.m0l2iover {
	font: 12px verdana,arial;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #B44646;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #E55A5A;
}

/*left nav stuff*/
.m0l0o {
	/*border: 1px solid #666666;*/
	text-decoration: none;
	
}

.m0l0i {
	font-size: 10px;
	font-family: Verdana, Arial;
	font-weight: 800;
	padding: 4px;
	text-decoration: none;
	
}

