/*
 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, sans-serif, Tahoma, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
	margin-top:3px;
	margin-left:10px;
	color: #FFFFFF;
}
.m0l0iover {
	font-family: Verdana, sans-serif, Tahoma, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
	margin-top:3px;
	margin-left:10px;
	color: #191945;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-color:#707AA1;
	background-image: url(img/lev0_bg1.gif);
	background-repeat: no-repeat;
	padding-left:10px;
}
.m0l0oover {
	text-decoration : none;
	background-color:#707AA1;
	background-image: url(img/lev0_bg1.gif);
	background-repeat: no-repeat;
	padding-left:10px;
}

/* level 1 inner */
.m0l1iout {
	font-family: Verdana, sans-serif, Tahoma, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin-top:3px;
	margin-left:20px;
	color: #FFFFFF;
}
.m0l1iover {
	font-family: Verdana, sans-serif, Tahoma, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin-top:3px;
	margin-left:20px;
	color: #191945;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #707AA1;
	background-image: url(img/lev1_arrow.gif);
	background-repeat: no-repeat;
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-color: #707AA1;
	background-image: url(img/lev0_bg1.gif);
	background-repeat: no-repeat;
	padding: 0;
}