/* --- 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
{
	font-family:        Comic Sans MS;
	font-size:          16px;
	text-decoration:    none;
	padding:            4px;
    color:              #eeeeee;
	background:         #000000;
    font-weight:        normal;
}

.m0l0iover
{
	font-family:        Comic Sans MS;
	font-size:          16px;
 	text-decoration:    underline;
	padding:            4px;
	color:              #333333;
	background:         #eeeeee;
    font-weight:        normal;
}

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

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

/* level 1 inner */
.m0l1iout
{
	font-family:        Comic Sans MS;
	font-size:          14px;
	text-decoration:    none;
	padding:            4px;
    color:              #eeeeee;
	background:         #333333;
    font-weight:        normal;
}

.m0l1iover
{
	font-family:        Comic Sans MS;
	font-size:          14px;
 	text-decoration:    underline;
	padding:            4px;
	color:              #333333;
	background:         #eeeeee;
    font-weight:        normal;
}

/* level 1 outer */
.m0l1oout
{
	text-decoration:    none;
	background:         #ffffff;
}

.m0l1oover
{
	text-decoration :   none;
	background:         #ffffff;
}
