/*
 menu styles
 note: not all browsers render styles the same way so try out your style sheet
 in different browsers before publishing
*/

/* level 0 inner */
.m0l0iout {
	z-index:12;
	font-family: Tahoma, "MS Sans Serif";
	font-size: 11px;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
}
.m0l0iover {
	z-index:12;
	font: 11px Tahoma, "MS Sans Serif";
	text-decoration: underline;
	padding: 4px;
	color: #FFFFFF;
}

/* directly modify the properties of individual items */
#e0_0o {
	z-index:12;
	background-color: red;
}
#e0_22i {
	z-index:12;
	color: yellow;
	font-weight: bold;
}

/* level 0 outer */
.m0l0oout {
	z-index:12;
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #4682B4;
}
.m0l0oover {
	z-index:12;
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #5AA7E5;
}

/* level 1 inner */
.m0l1iout {
	z-index:12;
	font: 11px Tahoma, "MS Sans Serif";
	text-decoration: none;
	padding: 4px;
	color: #000000;
}
.m0l1iover {
	z-index:12;
	font: bold 11px Tahoma, "MS Sans Serif";
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 1 outer */
.m0l1oout {
	z-index:12;
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #46B446;
	filter: alpha(opacity=85);
}
.m0l1oover {
	z-index:12;
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #5AE55A;
}

/* level 2 inner */
.m0l2iover {
	z-index:12;
	font: 11px Tahoma, "MS Sans Serif";
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

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