//
/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
	
	#254117 Dark Green
	#FFFFFF White
	#0000FF  Dark Blue I think
	#4E8975  See Green
	#FF9900  Orange I think
*/
/* level 0 inner WHEN IS THIS USED?  */
.m0l0iout {
	font-family:Times New Roman; 
	font-size: 1em;
	padding: 2px;
	color: #0000FF;
	font-variant:normal; 
	font-weight:bold; 
	font-size:14px; 
	text-align:left; 
	text-align:center; 
	background-image:url('tile_back.gif')
}
/* level 0 inner TOP LEVEL WITH MOUSE ON IT*/
.m0l0iover {
	text-decoration: none;
	padding: 2px;
	color: #FFFFFF;
	font-style:normal; 
	font-variant:normal; 
	font-weight:bold; 
	font-size:1em; 
	font-family:Times New Roman; 
	text-align:left; 
	background-color:#FF9900; 
	background-image:url('tile_back.gif')
}
/* level 0 outer out TOP LEVEL BEFORE ANY FOCUS*/
.m0l0oout {
	font-family:Times New Roman;
	text-decoration : none; 
	text-align:left; 
	color: #FFFFFF;
	border : 0px solid #FFFFFF;
	background: #FF9900 url('tile_back.gif') 
}
/* level 0 outer over TOP LEVEL CELL WITH FOCUS*/
.m0l0oover {
	text-decoration : none; 
	text-align:left; 
	color: #FFFFFF;
	border : 0px solid #FFFFFF;
	background: #FF9900 url('tile_back.gif') 
}
/* level 1 inner out  1ST DROPPED MENU WITHOUT FOCUS */
.m0l1iout {
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF; font-variant:normal; font-size:14px; font-family:Times New Roman
}
/* level 1 inner over 1ST DROPPED MENU WITH FOCUS */
.m0l1iover {
	font: 14px Times New Roman, Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none; color: #FFFFFF;
	padding: 3px;
	color: #FFFFFF;
}

/* level 1 outer out CELL AND BORDER OF 1ST DROPPED MENU WITHOUT FOCUS*/
.m0l1oout {
	text-decoration : none; color: #FFFFFF;
	border : 1px solid #FFFFFF;
	background: #254117;
	filter: alpha(opacity=80); color:#008000
}

/* level 1 outer over CELL AND BORDER OF 1ST DROPPED MENU WITH FOCUS*/
.m0l1oover {
	text-decoration : none; color: #FFFFFF;
	border : 1px solid #FFFFFF;
	background: #4E8975;
}
/* level 2 inner out  2ND DROPPED MENU WITHOUT FOCUS */
.m0l2iout {
	text-decoration: none; color: #FFFFFF;
	padding: 4px;
	color: #FFFFFF;font-style:normal; font-variant:normal; font-weight:normal; font-size:14px; font-family:Times New Roman
}
/* level 2 inner over 2ND LEVEL DROPPED MENU WITH FOCUS ... ADDED BY MMW*/
/* had to add this to menu_tpl.js also...it referred to prior level */
.m0l2iover {
	text-decoration : none; color: #FFFFFF;
	padding: 4px;
	color: #FFFFFF;font-style:normal; font-variant:normal; font-weight:normal; font-size:14px; font-family:Times New Roman
}
/* level 2 outer out CELL AND BORDER OF 2ND DROPPED MENU WITHOUT FOCUS*/
.m0l2oout {
	text-decoration : none; color: #FFFFFF;
	border : 1px solid #FFFFFF;
	background: #254117;
	filter: alpha(opacity=80); color:#008000
}
/* level 2 outer over CELL AND BORDER OF 2ND DROPPED MENU WITH FOCUS*/
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #254117;
}h6           { font-family: Cambria; font-size: 18pt; color: #FFFFFF }
