/*
 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: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
	margin: 0px;
	color: #333333;
	text-align: center;
	vertical-align: middle;
	padding: 4px;
}
.m0l0iover {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
	margin: 0px;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	padding: 4px;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border: 1px solid #333333;
	background-color: #cee69f;
}
.m0l0oover {
	text-decoration : none;
	background-color: #a2bb71;
	border: 1px solid #333333;
}

/* level 1 inner */
.m0l1iout {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: center;
	vertical-align: middle;
	padding: 4px;
}
.m0l1iover {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: center;
	vertical-align: middle;
	padding: 4px;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #efef97;
	border: 1px solid #666666;
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-color: #cccc99;
	border: 1px solid #666666;
	padding: 0;
}
