/* --- 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: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	padding: 4px;
	margin-top: 7px;
	margin-left: 2px;
	color: #FFFFFF;
	position: absolute; z-index: 4;

}
.m0l0iover {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #425573;
	font-weight: bold;
	margin-top: 7px;
	margin-left: 2px;
	margin-bottom: 10px;
			
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border-top: 0px solid #FFFFFF;
	border-bottom: 0px solid #000000;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
    margin-bottom: 10px;
	background-image:url(qmimages/gradient_0.gif);
	
}
.m0l0oover {
	text-decoration : none;
	border-top: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
    margin-bottom: 10px;
	background: #ddeaf7;
}

/* level 1 inner */
.m0l1iout {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #000000;
    position: absolute; z-index: 4;
	font-weight: bold;
}
.m0l1iover {
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #000000;
	font-weight: bold;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #425573;
	color: #FFFFFF;
	filter: alpha(opacity=85);
			position: absolute; z-index: 10;
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	color: #000000;
	background: #DDEFF8;
		position: absolute; z-index: 4;
}


/* level 2 inner */
.m0l2iover {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #000000;
	position: absolute; z-index: 4;
	font-weight: bold;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #425573;
		color: #FFFFFF;
		position: absolute; z-index: 4;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #ddeaf7;
		position: absolute; z-index: 4;
}