/* --- 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-size: 12px;
	padding-bottom: 4px;
	color: #0B1C37;
	padding-top: 4px;
	font-family: Verdana, 'Courier New';
	text-decoration: none;
	background-color:#92b7dc
	
}
.m0l0iover
{
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	font: bold 12px Verdana;
	color: #0B1C37;
	padding-top: 4px;
	text-decoration: underline;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #adc9ee;
}
.m0l0oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #92b7dc;
}

/* level 1 inner */
.m0l1iout {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: BLACK;
}
.m0l1iover {
	font: bold 12px Verdana;
	text-decoration : none;
	padding: 4px;
	color: BLACK;
}

/* level 1 outer */
.m0l1oout
{
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	background: #adc9ee;
	border-left: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	text-decoration: none;
}
.m0l1oover
{
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	background: #92b7dc;
	border-left: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	text-decoration: none;
}

/* level 2 inner */
.m0l2iover {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: BLACK;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #adc9ee;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #92b7dc;
}