/* --- 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: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin: -3px 0 -3px 0px;
	color: #FFFFFF;
}
.m0l0iover {
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin: -2px 0 -3px 0px;
	color: #333333;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-image: url(img/lev0_bg1.gif);
	border: 1px solid #000000;
	background-color: #CCCCCC;
}
.m0l0oover {
	text-decoration : none;
	background-image: url(img/lev0_bg2.gif);
	background-color: #CCCCCC;
	border: 1px solid #000000;
}

/* level 1 inner */
.m0l1iout {
font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	margin: -1px 0 0 17px;
	color: #FFFFFF;
}
.m0l1iover {
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	margin: -1px 0 0 19px;
	color: #FF00FF;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #5286BB;
	border: 1px solid #000000;
	padding: 1;
}
.m0l1oover {
	text-decoration : none;
	background-color: #1A4D81;
	background-image: url(img/lev1_arrow.gif);
	background-repeat: no-repeat;
	border: 1px solid #FFFFFF;
	padding: 1;
}

table.instrument {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: black;
	border-collapse: separate;
	background-color: #EBEBFF;
}

A.barlink:link {COLOR: #000066; text-decoration: none}
A.barlink:active {COLOR: #000066; text-decoration: none}
A.barlink:visited {COLOR: #000066; text-decoration: none}
A.barlink:hover {COLOR: #CC0000; text-decoration: none}