/* --- 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: Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	margin: 8px 0 0 0px;
	color: #545454;
	text-align:center;
}
.m0l0iover {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
	margin: 8px 0 0 0px;
	color: #545454;
	text-align:center;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-image: url(images/lev0_bg1.gif);
	border: 1px solid #999999;
	background-color: #ffffff;
}
.m0l0oover {
	text-decoration : none;
	background-image: url(images/lev0_bg2.gif);
	background-color: #ffffff;
	border: 1px solid #999999;
}

/* level 1 inner */
.m0l1iout {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	margin: 4px 0 0 17px;
	color: #333333;
}
.m0l1iover {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	margin: 4px 0 0 17px;
	color: #333333;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #E0E0E0;
	border: 1px solid #666666;
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-color: #F7F7F7;
	background-image: url(images/ebullet.jpg);
	background-repeat: no-repeat;
	border: 1px solid #666666;
	padding: 0;
}