/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/* Site Navigation Banner */
/* level 0 inner - base state main menu items*/
.m0l0iout {
	font: 14px Comic Sans MS;
	text-decoration: none;
	text-align: center;
	padding: 2px;
	color: #fbeaa6;
	background-color: #583702;
	border: 2px;
	border-color: #003399;
}
/* level 0 inner - mouse over main menu items*/
.m0l0iover {
	font: bold 14px Comic Sans MS;
	text-decoration: none;
	text-align: center;
	padding: 2px;
	color: #583702;
	background-color: #fbeaa6;
	border: 2px;
	border-color: #ffff00;
}
/* level 1 inner */
.m0l1iout {
	font: 14px Comic Sans MS;
	text-decoration: none;
	text-align: center;
	padding: 2px;
	color: #fbeaa6;
	background-color: #583702;
}
.m0l1iover {
	font: bold 14px Comic Sans MS;
	text-decoration: none;
	text-align: center;
	padding: 2px;
	color: #583702;
	background-color: #fbeaa6;
}

.m0l2oout, .m0l2oover, .m0l2iout, .m0l2iover {
	filter: alpha(opacity=85);	
}

table.infobubl, td.infobubl {
	font:  14px Comic Sans MS;
	text-decoration: none;
	color: #fbeaa6;
	background: #583702;
	background-color: #583702;
}  
.navh3 {
	font: 17px Comic Sans MS;
	text-decoration: none;
	text-align: center;
	color: #fbeaa6;
	background-color: #583702;	
}

