/* --- 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 {
text-decoration:none;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	padding: 4px;
	color: #FFFFFF;
}
a.m0l0iout, a.m0l0iout:visited, a.m0l0iout:active, a.m0l0iout:hover {
text-decoration:none;
}

.m0l0iover {
	font: 12px Verdana, sans-serif;
	text-decoration: underline;
	padding: 4px;
	color: #FFFFFF;
}
a.m0l0iover, a.m0l0iover:visited, a.m0l0iover:active, a.m0l0iover:hover {
text-decoration:none;
}


/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #4682B4;
}
a.m0l0oout, a.m0l0oout:visited, a.m0l0oout:active, a.m0l0oout:hover {
text-decoration:none;
}

.m0l0oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #5AA7E5;
}
a.m0l0oover, a.m0l0oover:active, a.m0l0oover:hover, a.m0l0oover:visited {
text-decoration:none;
}

/* level 1 inner */
.m0l1iout {
	font: 12px Verdana, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
}
a.m0l1iout, a.m0l1iout:visited, a.m0l1iout:hover, a.m0l1iout:active {
text-decoration:none;
}

.m0l1iover {
	font: 12px Verdana, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #FFFFFF;
}
a.m0l1iover, a.m0l1iover:visited, a.m0l1iover:active, a.m0l1iover:hover {
text-decoration:none;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #AA0000;
	filter: alpha(opacity=85);
}
a.m0l1oout, a.m0l1oout:visited, a.m0l1oout:hover, a.m0l1oout:active {
text-decoration:none;
}

.m0l1oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background-color:#D40000;
}
a.m0l1oover, a.m0l1oover:hover, a.m0l1oover:visited, a.m0l1oover:active {
text-decoration:none;
}

/* level 2 inner */
.m0l2iover {
	font: 12px Verdana, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #B44646;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #E55A5A;
}