/* --- 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: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 15px;
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.m0l0iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 15px;
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 25px;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-image:url(BulletBG.gif);
	background-repeat:no-repeat;
}
.m0l0oover {
	text-decoration : none;
	background-image:url(BulletBG.gif);
	background-repeat:no-repeat;
}

/* level 1 inner */
.m0l1iout {
	font-family:  Arial;
	font-size: 12px;
	color: #FFFFFF;
	vertical-align: middle;
	text-decoration : none;
	margin-left:8px;
	margin-top:5px
}
.m0l1iover {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	vertical-align: middle;
	text-decoration : none;
	margin-left:8px;
	margin-top:5px;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-image:url(menu_item_bg.jpg)
}
.m0l1oover {
	text-decoration : none;
	background-color: #6e5a6e;
	background-image:url(menu_item_bg_over.jpg)

}