/* --- static menu styles ---
note:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
style naming convention:
	m-<out | over | click>-<inner | outer>-<level>
*/

/* mouse out, level 1 inner */
.m-out-inner-1 {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration : none;
	padding: 4px;
	color: #808000;
	text-align: center;
}
/* mouse out, all other levels inner */
.m-out-inner-other {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration : none;
	padding: 4px;
	text-align: left;
	color: #808000;
}
/* mouse over, other inner */
.m-over-inner-other {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration : none;
	padding: 4px;
	text-align: left;
	color: #d0d000;
}
/* mouse over, level 1 inner */
.m-over-inner-1 {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration : none;
	padding: 4px;
	color: #d0d000;
	text-align: center;
}
/* mouse out, level 1 outer */
.m-out-outer-1 {
	text-decoration : none;
	border: 0px solid #ccccff;
	background: #eeeeff;
}
/* mouse out, all other levels */
.m-out-outer-other {
	text-decoration : none;
	border : 0px solid #ccccff;
	background: #eeeeff;
}
/* mouse over, level 1 */
.m-over-outer-1 {
	text-decoration : none;
	border : 0px solid #ccccff;
	background: #000080;
	color: #808000;
}
/* mouse over, all levels */
.m-over-outer-other {
	text-decoration : none;
	border : 0px solid #ccccff;
	background: #000080;
	color: #808000;
}

a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }

/* styles for the central home page buttons */
/* mouse out, level 1 inner */
.m-out-inner-1-home { }
/* mouse over, level 1 inner */
.m-over-inner-1-home { }
/* mouse out, level 1 outer */
.m-out-outer-1-home {
	border: 0px solid #ccccff;
}
/* mouse over, level 1 */
.m-over-outer-1-home {
	border : 1px solid #ffffff;
}