/* --- 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, Geneva, Arial, Helvetica, sans-serif;
        font-weight: bold;
	font-size: 11px;
 	font-variant:small-caps;
	text-decoration: none;
        text-align: center;
	padding: 1px;
	color: #FFFF00;
}
.m0l0iover {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-weight: bold;
	font-size: 11px;
 	font-variant:small-caps;
	text-decoration: underline;
        text-align: center;
	padding: 1px;
	color: #FFFF00;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border-style : bold;
	background-color: #0B156A;
}
.m0l0oover {
	text-decoration : none;
	border-style : bold;
	background-color: #0B156A;
}

/* level 1 inner */
.m0l1iout {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 11px;
  font-weight: normal;
	text-decoration : none;
	border-style : bold;
	padding: 2px;
  color: #484848;
}
.m0l1iover {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
	text-decoration : none;
	border-style : bold;
	padding: 2px;
  color: #484848;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border-style : bold;
  border : 1px solid #124984;
  background-color: #FFFFFF;
}
.m0l1oover {
	text-decoration : none;
	border-style : bold;
	border : 1px solid #124984;
  background-color: #EEEEEE;
}