/* --- 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: Verdana;
	font-size: 10px;
	text-decoration: none;
	padding: 2px;
	color: white; 
	text-align: left;
}
.m0l0iover 
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
	color: white; 
	text-align: left;
}

/* level 0 outer */
.m0l0oout 
{
	text-decoration: none;
	text-align: left;
}
.m0l0oover 
{
	text-decoration: none;
	text-align: left;
}

/* level 1 inner */
.m0l1iout 
{
	font: 10px Verdana;
	text-decoration: none;
	padding: 2px; 
	color: black;
	background: #E6D6EB; 
	text-align: left;
	
}
.m0l1iover
{
	font: 10px Verdana;
	font-weight: bold;
	padding: 2px; 
	color: black; 
	background: #E6D6EB; 
	text-align: left;
}

/* level 1 outer */
.m0l1oout 
{
	text-decoration: none;
	text-align: left;
	background: #E6D6EB; 
	/*filter: alpha(opacity=85);*/
}

.m0l1oover
{
	text-decoration: none;
	text-align: left;
	background: #E6D6EB; 
}

                                                                                
