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

/* top level menu container */
.topmenu {
	width: 100%;
	height: 24px;
	background-color: #e3f0f9;
}

/* level 0 inner */
.m0l0iout {
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 4px;
	color: #376070;
	background-color: #e3f0f9;
	font-weight: bold;
}
.m0l0iover {
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 4px;
	color: #376070;
	background-color: #c6e1f2;
	font-weight: bold;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-color: #e3f0f9;
}
.m0l0oover {
	text-decoration : none;
	background-color: #e3f0f9;
}

/* level 1 inner */
.m0l1iout {
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	border: 1px solid #376070;
	padding: 4px;
	color: #376070;
	background-color: #e3f0f9;
}
.m0l1iover {
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration :none;
	border: 1px solid #376070;
	padding: 4px;
	color: #376070;
	background-color: #c6e1f2;
}


/* level 1 outer */
.m0l1oout 
{
	text-decoration : none;
	background-color: #e3f0f9;
}
.m0l1oover {
	text-decoration : none;
	background-color: #c6e1f2;
}

