/* --- 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  { color: #333333; font-size: 12pt; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; padding: 4px }
.m0l0iover  { color: black; font-size: 14pt; font-family:  Verdana, Arial, Helvetica, sans-serif; text-decoration: none; padding: 4px }

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	/*border : 1px solid #cccccc;
	background: #4682B4;*/
}
.m0l0oover {
	text-decoration : none;
	 /*border : 1px solid #cccccc;
	background: #5AA7E5;*/
}

/* level 1 inner */
.m0l1iout  { color: #333333; font: 12px Verdana, Arial, Helvetica, sans-serif; text-decoration: none; padding: 4px }
.m0l1iover  { color: black; font: 12px Verdana, Arial, Helvetica, sans-serif; text-decoration: none; padding: 4px }

/* level 1 outer */
.m0l1oout    { text-decoration: none; background-color: #ff3838; border:solid; border-width: 1px;  border-color: #333333}
.m0l1oover   { text-decoration: none; background-color: #fe6060; border: solid; border-width: 1px; border-color: #cccccc }

/* level 2 inner 
.m0l2iover {
	font: 12pt Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	 color: #000000; */
}

/* level 2 outer 
.m0l2oout {
	text-decoration : none;
	border : 1px solid #333333;
	background: #B44646;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #333333;
	background: #E55A5A; */
}