/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/* default */

/* level 0 inner */
.m0l0iout {
	font-family: Tahoma, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	color: #FFFFFF;
	font-size:.8em;
}
.m0l0iover {
	font-family: Tahoma, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	color: #FFFFFF;
	font-size:.8em;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border-bottom: 2px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	background: #000000;
}
.m0l0oover {
	text-decoration : none;
	border-bottom: 2px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	background: #233B7B;
}

/* level 1 inner */
.m0l1iout {
	font-family: Tahoma, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	color: #FFFFFF;
	font-size:.7em;
	white-space:nowrap;
	overflow:hidden;
}
.m0l1iover {
	font-family: Tahoma, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	color: #FFFFFF;
	font-size:.7em;
	overflow:hidden;
	white-space:nowrap;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border: 2px solid #FFFFFF;
	background: #233B7B;
}
.m0l1oover {
	text-decoration : none;
	border: 2px solid #FFFFFF;
	background: #F4971F;
}

/* level 2 inner */
.m0l2iout {
	font-family: Tahoma, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	color: #FFFFFF;
	font-size:.7em;

}
.m0l2iover {
	font-family: Tahoma, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	color: #FFFFFF;
	font-size:.7em;

}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border: 2px solid #FFFFFF;
	background: #233B7B;

}
.m0l2oover {
	text-decoration : none;
	border: 2px solid #FFFFFF;
	background: #F4971F;
}
