/* --- 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;
	padding: 0px;
	margin-top: 0px;
}
.m0l0iover {
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
}

/* level 0 outer */
.m0l0oout {
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
}
.m0l0oover {
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
}

/* level 1 inner */
.m0l1iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #000000;
}
.m0l1iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #fffc9c;
}

/* level 1 outer */
.m0l1oout {
	border: solid 1px #000000; 
	background-color: #fffc9c;
	padding: 0 0 0 0;
	text-decoration : none;	
}
.m0l1oover 
{
	color: #fffc9c;
	border: solid 1px #000000; 
	background-color: #000000;
	padding: 0 0 0 0;
	text-decoration : none;	
}
