/* --- 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
{
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
	font-size: 10px;
	padding-bottom: 4px;
	color: darkblue;
	padding-top: 4px;
	font-family: verdana,Arial, Helvetica;
	text-decoration: none;
}
.m0l0iover {

	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: white;
	font-weight:bold;

/*	font-size : 80%; border-style:solid; border-width:thin; border-color:Green; margin-bottom : 1em; color : green; background-color:White; font-weight:bold;text-decoration : none; cursor:hand;*/
}

/* level 0 outer */
.m0l0oout
{
	border-right: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	font-size: medium;
	background: gainsboro;
	border-left: #ffffff 0px solid;
	border-bottom: #ffffff 0px solid;
	text-align: center;
	text-decoration: none;
}
.m0l0oover {
	font-size:medium;
	text-align:center;
	text-decoration : none;
	border : 0px solid #FFFFFF;
	background:darkgray;
}

/* level 1 inner */
.m0l1iout {
 	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: Darkblue;

/*	font-size : 80%; border-style:solid; border-width:thin; border-color:Green; margin-bottom : 1em; color : green; background-color:White; font-weight:bold;text-decoration : none; cursor:hand;*/
}
.m0l1iover {
 	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration :none;
	border : 0px solid #FFFFFF;
	padding: 4px;
	color: yellow;

/*	font-size : 80%; border-style:solid; border-width:thin; border-color:Green; margin-bottom : 1em; color : green; background-color:White; font-weight:bold;text-decoration : none; cursor:hand;*/
}


/* level 1 outer */
.m0l1oout 
{
	text-decoration : none;
	border : 1px solid #A7a694;
	background: gainsboro;

/*	font-size : 80%; border-style:solid; border-width:thin; border-color:Green; margin-bottom : 1em; color : green; background-color:White; font-weight:bold;text-decoration : none; cursor:hand;*/
}
.m0l1oover {

	text-decoration : none;
	border : 1px solid #A7a694;
	background: darkgray;

/*	font-size : 80%; border-style:solid; border-width:thin; border-color:Green; margin-bottom : 1em; color : green; background-color:White; font-weight:bold;text-decoration : none; cursor:hand;*/
}
