/* --- 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: 10px;
	text-decoration: none;
	margin: 5px 0 5px 15px;
	color: #333333;
	font-weight:bold;
}

.m0l0iover {
	font-size: 10px;
	text-decoration: none;
	margin: 5px 0 5px 15px;
	color: #CC0000;
	font-weight:bold;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border-right: 0px solid #EEEEEE;
	Background-Image: Url(../images/divider.gif);
	Background-Repeat: no-repeat;
	Background-Position: 100% 0%;	
}
.m0l0oover {
	text-decoration : none;
	border-right: 0px solid #FFFFFF;		
	border-bottom:2px solid #CC0000;
	Background-Image: Url(../images/divider.gif);
	Background-Repeat: no-repeat;
	Background-Position: 100% 0%;	
}


/* level 1 inner */
.m0l1iout {
	font-family:Verdana;
	font-size: 9px;
	margin: 4px 0 0 17px;
	color: #333333;
	font-weight:bold;
}

.m0l1iover {
	font-family:Verdana;
	font-size: 9px;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
	font-weight:bold;
}

/* level 1 outer */
.m0l1oout {
	position:absolute;
	text-decoration : none;
	background-color: #EEEEEE;
	border: 1px solid #FFFFFF;
	padding: 0;
	filter:alpha(opacity=90);
}
.m0l1oover {
	position:absolute;
	text-decoration : none;
	background-color: #cc3333;
	background-image: url(../images/menu/lev1_arrow.gif);
	background-repeat: no-repeat;
	border: 1px solid #FFFFFF;
	padding: 0;
	filter:alpha(opacity=80);
}