/* --- 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: Lucida Console;Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
		font-weight: bold;
	text-decoration: none;
	padding: 6px;
	color: #BB2C40;
}
.m0l0iover {
	font: 22px Lucida Console;Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 8px;
	color: #aB1C30;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 0px solid #FFFFFF;
	background: #b8c3c5;
}
.m0l0oover {
	text-decoration : none;
	border : 0px solid #FFFFFF;
	background: #b8c3c5;
}

/* level 1 inner */
.m0l1iout {
	font: 22px Lucida Console;Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 6px;
	color: #333333;
}
.m0l1iover {
	font: bold 22px Lucida Console;Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration : none;
	padding: 8px;
	color: #333333;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 3px solid #FFFFFF;
	background: #b8c3c5;
}
.m0l1oover {
	text-decoration : none;
	border : 3px solid #FFFFFF;
	background: #b8c3c5;
}

/* level 2 inner */
.m0l2iout {
	font: 22px Lucida Console;Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 6px;
	color: #333333;
}
.m0l2iover {
	font: 22px Lucida Console;Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration : none;
	padding: 8px;
	color: #333333;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 3px solid #FFFFFF;
	background: #c8d3d5;
}
.m0l2oover {
	text-decoration : none;
	border : 3px solid #FFFFFF;
	background: #c8d3d5;
}
a:link{
color:#98a3a5;
text-decoration:none;
display:inline;
}
a:visited{
color:#98a3a5;
text-decoration:none;
display:inline;
}
a:hover{
text-decoration:none;
color:#BB2C40;
display:inline;
}
a:active{
color:#BB2C40;
text-decoration:none;
display:inline;
}