/*
 menu styles
 note: not all browsers render styles the same way so try out your style sheet
 in different browsers before publishing
*/

/* level 0 inner -- main level */
.m0l0iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	 FONT-WEIGHT: bold;
	text-decoration: none;
	margin: 4px 0 0 8px;
	color: #000000;
}
.m0l0iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	 FONT-WEIGHT: bold;
	text-decoration: none;
	margin: 4px 0 0 8px;
	color: #FFFFFF;
}

/* level 0 outer background: #2C5F93 url('check_blue.gif') no-repeat 90% 50%; */
.m0l0oout {
	text-decoration : none;
	background-color: #c8c8c8;
	background-image: url(../images/bgbackground.jpg);

}
.m0l0oover {
	text-decoration : none;
	background-color: #c8c8c8;
}

/* level 1 inner */
.m0l1iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 8pt;
	margin: 0px 0 0 0px;
	color: #FFFFFF;
}
.m0l1iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 8pt;
	margin: 0px 0 0 0px;
	color: #FFFFFF;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #c8c8c8;
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-color: #00003C;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	padding: 0;
}