/* --- menu styles for ELWIN Productions--- */

/* level 0 inner */

.m0l0iout {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 4px;
	color: #000;
	background-color: #fff;
	margin-left: 4px;
	border: 1px solid #888;
}

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


/* level 0 outer */
.m0l0oout {
	text-decoration : none;
}

.m0l0oover {
	text-decoration : none;
	background: #900;
}

/* 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;	
	background-color: #ddd;
	border: 1px solid #900;
}

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


