/* --- 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 {
	width:164px;
	height: 16px;
	text-decoration: none;
	padding: 4px 0px 0px 15px;
	color: #FFFFFF;
	background-color: #c41a23;
	background-image: url(../images/submenu_bg_red.gif);
	background-repeat: repeat-x;
}
.m0l0iover {
	width:164px;
	height: 16px;
	text-decoration: none;
	padding: 4px 0px 0px 15px;
	color: #FFFFFF;
	background-color: #22447a;
	background-image: url(../images/submenu_bg_blue.gif);
	background-repeat: repeat-x;
	cursor: default;
}

/* level 0 outer */
.m0l0oout {
}
.m0l0oover {
}

/* level 1 inner */
.m0l1iout {
	width:163px;
	height: 15px;
	color:#FFFFFF;
	background-color:#23457D;
	padding: 4px 0px 0px 15px;
	text-decoration:none;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.m0l1iover {
	width:163px;
	height: 15px;
	color:#FFFFFF;
	background-color:#366BC2;
	padding: 4px 0px 0px 15px;
	text-decoration:none;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	cursor: default;
}

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