/* --- 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, arial, sans-serif;
	font-size: 13px;
	font-weight:bold;
	text-decoration: none;
	padding: 4px;
	color: black;
	text-align:center;
	margin-top:3px
}
.m0l0iover {
	font-family: Tahoma, Verdana, arial, sans-serif;
	font-size: 13px;
	font-weight:bold;
	text-decoration: underline;
	padding: 4px;
	color: floralwhite;
	text-align:center;
	margin-top:3px
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	font-family: Tahoma, Verdana, arial, sans-serif;
	border-width:0;
	background-color: #FFFF99;
	background-image: url(/images/forbutton2.gif);
}
.m0l0oover {
	text-decoration : none;
	border-width:0;
	background-color: brown;
	background-image: url(/images/forbutton4.gif);
}

/* level 1 inner */
.m0l1iout {
	font-family: Tahoma, Verdana, arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	padding: 4px;
	color: #000000;
}
.m0l1iover {
	font-family: Tahoma, Verdana, arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration : none;
	padding: 4px;
	color: khaki;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid silver;
	background: khaki;
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid silver;
	background: brown;
}

/* level 2 inner */
.m0l2iout {
	font-family: Tahoma, Verdana, arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	padding: 4px;
	color: #000000;
}
.m0l2iover {
	font-family: Tahoma, Verdana, arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration : none;
	padding: 4px;
	color: khaki;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid silver;
	background: khaki;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid silver;
	background: brown;
}


