<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
menu styles
 note: not all browsers render styles the same way so try out your style sheet
in different browsers before publishing
*/

/* level 0 inner */
.m0l0iout {
text-align:center;
font-weight:bold;
font-size: 13px;
text-decoration: none;
margin: 7px 8px 0 8px;
color: #000000;
}
.m0l0iover {
text-align:center;
font-weight:bold;
font-size: 13px;
margin: 7px 8px 0 8px;
color: #FFFFFF;
}

/* level 0 outer */
.m0l0oout {
text-decoration : none;
/*background-image: url(lev0_bg1.gif);*/
background-color: #d6d6d6;
/*border-left: 1px solid #666666;
border-right: 1px solid #666666;*/
}
.m0l0oout_home {
text-decoration : none;
/*background-image: url(lev0_bg1_home.gif);*/
background-color:grey;
border-left: 1px solid #336699;
border-right: 1px solid #336699;
}
.m0l0oover {
text-decoration : none;
background-image: url(lev0_bg2.gif);
border-left: 1px solid #666666;
border-right: 1px solid #666666;
}
.m0l0oover_home {
text-decoration : none;
background-image: url(lev0_bg2_home.gif);
border-left: 1px solid #336699;
border-right: 1px solid #336699;
}

/* level 1 inner */
.m0l1iout {
font-size: 12px;
margin: 3px 0 0 17px;
color: #000000;
}
.m0l1iover {
font-size: 12px;
margin: 3px 0 0 17px;
color: #FFFFFF;
}

/* level 1 outer */
.m0l1oout {
text-decoration : none;
background-color: #d6d6d6;
border: 1px solid #666666;
padding: 0;
}
.m0l1oover {
text-decoration : none;
background-color: #000000;
border: 1px solid #666666;
padding: 0;
}
/* Expandable menu item */

/*#e0_10o{
	background-image: url(lev1_arrow.gif);
	background-position:right;
	background-repeat: no-repeat;
	padding: 0;
}

#e0_19o{
	background-image: url(lev1_arrow.gif);
	background-position:right;
	background-repeat: no-repeat;
	padding: 0;
}

#e0_23o{
	background-image: url(lev1_arrow.gif);
	background-position:right;
	background-repeat: no-repeat;
	padding: 0;
}

#e0_16o{
	background-image: url(lev1_arrow.gif);
	background-position:right;
	background-repeat: no-repeat;
	padding: 0;
}

#e0_13o{
	background-image: url(lev1_arrow.gif);
	background-position:right;
	background-repeat: no-repeat;
	padding: 0;
}

#e0_29o{
	background-image: url(lev1_arrow.gif);
	background-position:right;
	background-repeat: no-repeat;
	padding: 0;
}*/
#e0_1i{
	margin:3px 8px 0 8px;
}</pre></body></html>