/* --- 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: Trebuchet Ms, Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 4px;
	color: white;
	line-height:15px;
}
.m0l0iover {
	font: 12px Trebuchet Ms, Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height:15px;
	padding: 4px;
	color: white;
}

.m0l0iouty {
	font-family: Trebuchet Ms, Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 4px;
	color: white;
	line-height:15px;
}
.m0l0iovery {
	font: 12px Trebuchet Ms, Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height:15px;
	padding: 4px;
	color: white;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	line-height:15px;
	color: white;
	vertical-align: bottom;
	padding-left:5px;
	background-image: url(/images/menu_item_2.gif);
}
.m0l0oover {
	text-decoration : none;
	vertical-align: bottom;
	padding-left:5px;
	background-image: url(/images/menu_item_h_2.gif);
}

.m0l0oouty {
	text-decoration : none;
	line-height:15px;
	color: white;
	vertical-align: bottom;
	padding-left:5px;
	background-image: url(/images/menu_item_3.gif);
}
.m0l0oovery {
	text-decoration : none;
	vertical-align: bottom;
	padding-left:5px;
	background-image: url(/images/menu_item_3.gif);
}

/* level 1 inner */
.m0l1iout {
	font: 12px Trebuchet Ms, Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height:15px;
	color: white;
	padding: 4px;
}
.m0l1iover {
	font: 12px Trebuchet Ms, Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	line-height:15px;
	padding: 4px;
	color: white;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	line-height:15px;
	color: white;
	background-color: #665685;
	border: 1px solid #C6C1E5;
}
.m0l1oover {
	text-decoration : none;
	background-color: #A694E9;
	border: 1px solid #C6C1E5;
	color: white;
}

/* level 2 inner */
.m0l2iover {
	font: 12px Trebuchet Ms, Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: white;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	color: white;
	background-color: #665685;
	border: 1px solid #C6C1E5;
}
.m0l2oover {
	text-decoration : none;
	color: white;
	background-color: #A694E9;
	border: 1px solid #C6C1E5;
}