/* --- menu styles for City of Dunedin Choir --- */

/* level 0 inner */

.m0l0iout {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 4px;
	color: #fff;
}

.m0l0iover {
	font: bold 12px Verdana, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #fff;
}


/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border-left : 1px solid #000;
	border-right : 1px solid #000;
	background-color: #001178;
}

.m0l0oover {
	text-decoration : none;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background: #009;
}

/* level 1 inner */
.m0l1iout {
	font: 12px Verdana, sans-serif;
	text-decoration: none;
	color: #000;
}

.m0l1iover {
	font: bold 12px Verdana, sans-serif;
	text-decoration : none;
	color: #000;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #fff;	
	background: #c8d3ff;
}

.m0l1oover {
	text-decoration : none;
	border : 1px solid #fff;
	background: #fec;
}

