/* --- 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: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 0px 4px 0px;
	color: white;
	text-align: center;
	background-color: #5D67A5;
}
.m0l0iover {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:  0.9em;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 0px 4px 0px;
	color: #435235;
	text-align: center;
	background-color: #DBE1D3;
}

/* level 0 outer */
.m0l0oout {
	/*border : 1px solid #B39300;*/
	border : 0px;
}

.m0l0oover {
	border : 0px;
}

/* level 1 inner */
.m0l1iout {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	text-decoration: none;
	padding: 4px;
	color: #003399;
	text-align: center;
	background-color: #DBE1D3;
}
.m0l1iover {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	text-decoration : none;
	padding: 4px;
	color: #435235;
	text-align: center;
	background-color: #DBE1D3;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px #B39300 solid;
	/*filter: alpha(opacity=100);*/
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #000;
}


