/*
 menu styles
 note: not all browsers render styles the same way so try out your style sheet
 in different browsers before publishing
*/

/* level 0 inner */
.m0l0iout {
	font-family: verdana;
	font-size: 12px;
	font-style: normal;
	padding: 7;
	text-align:center;
	font-weight: bold;
	color: #000000;

	text-decoration:none;
}
.m0l0iover {
	font-family: verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	padding: 7;
	text-align:center;
	color: #FFFFFF;
   
	text-decoration:none;
	
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	
	 text-decoration:none;
	
}
.m0l0oover {
	
	text-decoration:none;
	
	
	}

/* level 1 inner */
.m0l1iout {
	font-family: verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	
	padding: 5;
	text-align:left;
	text-decoration:none;
}
.m0l1iover {
	font-family: verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	padding: 5;
	text-align:left;
	color: #FFFFFF;
	
	text-decoration:none;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	padding: 0;

	text-decoration:none;
}
.m0l1oover {
	text-decoration : none;
	
	text-decoration:none;
	
}