/* --- menu styles for Southern Sinfonia --- */

/* 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 #fff;
	border-right : 1px solid #fff;
	background-image: url(./images/bkgrnd.gif);
	background-repeat: repeat;
}
.m0l0oover {
	text-decoration : none;
	border-left: 1px solid #fff;
	border-right : 1px solid #fff;
	background: #903;
}

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

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