/* --- 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-size: 11px;
	text-decoration: none;
	margin: 8px;
	color: #0033cc;
	font-weight:bold;
	letter-spacing:0px;
}

.m0l0iover {
	font-size: 11px;
	text-decoration: none;
	color: #3366ff;
	margin: 8px;
	font-weight:bold;
	letter-spacing:0px;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border-right: 0px solid #EEEEEE;
	Background-Image: Url(../images/dottedx.gif);
	Background-Repeat: repeat-y;
	Background-Position: 100% 0%;
}
.m0l0oover {
	text-decoration : none;
	border-top:0px solid #000000;
	Background-Image: Url(../images/dottedx.gif);
	Background-Repeat: repeat-y;
	Background-Position: 100% 0%;
}


/* level 1 inner */
.m0l1iout {
	font-size: 11px;
	margin: 10px;
	color: #0033cc;
	font-weight:bold;
}

.m0l1iover {
	font-size: 11px;
	margin: 10px;
	color: #3366ff;
	font-weight:bold;
}

/* level 1 outer */
.m0l1oout {
	position:absolute;
	text-decoration : none;
	background-color:#F8F8F8;
	border-top: 1px solid #DDDDDD;
	Background-Image: Url(../images/dotted_hx.gif);
	Background-Repeat: repeat-x;
	Background-Position: 0% 100%;
	padding: 0;
	filter:alpha(opacity=80);
}
.m0l1oover {
	position:absolute;
	text-decoration : none;
	background-color:#F5F5F5;
	Background-Image: Url(../images/dotted_hx.gif);
	Background-Repeat: repeat-x;
	Background-Position: 0% 100%;
	border-top: 1px solid #DDDDDD;
	padding: 0;
	filter:alpha(opacity=80);
}