
<!--

/* --- 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 {
	border-left: solid 1px white;
	font: bold 7pt arial;
	height: 20px;
	padding-top: 4px;
	padding-left: 5px;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
	cursor: hand;
}
.m0l0iover {
	border-left: solid 1px white;
	font: bold 7pt arial;
	height: 20px;
	padding-top: 4px;
	padding-left: 5px;
	color: #FFCCCC;
	text-decoration: none;
	vertical-align: middle;
	cursor: hand;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background: #C00000;
}
.m0l0oover {
	text-decoration : none;
	background: #CC0000;
}

/* level 1 inner */
.m0l1iout {
	font: bold 8pt arial;
	text-decoration: none;
	padding: 1px;
	padding-left: 5px;
	color: #000000;
	background: #ffffff;
	text-decoration: none;
}
.m0l1iover {
	font: bold 8pt arial;
	text-decoration : none;
	padding: 1px;
	padding-left: 5px;
	color: #ffffff;
	background: #C00000;
	text-decoration: none;
}

/* level 1 outer */
.m0l1oout {
	border : 1px solid black;
	border-top : 1px solid black;
	background: #46B446;
        FILTER: progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,Strength=3);
}
.m0l1oover {
	border : 1px solid #black;
	border-top : 1px solid black;
	background: #5AE55A;
        FILTER: progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,Strength=3);
}



-->
