/*
 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: Arial, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
	margin: 0px 0 0 13px;
	color: #606060;
	font-weight: bold;
}
.m0l0iover {
	font-family: Arial, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
	margin: 0px 0 0 13px;
	color: #606060;
	font-weight: bold;
	cursor: pointer;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-image: url(interface/arrod_right_dbl.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	font-weight: bold;
}
.m0l0oover {
	text-decoration : none;
	background-image: url(interface/arrod_right_dbl.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	font-weight: bold;
}

/* level 1 inner */
.m0l1iout {
	font-family: Arial, Verdana, Geneva, Arial, Helvetica;
	font-size: 13px;
	text-decoration: none;
	margin: 3px 0 0 12px;
	color: #606060;
	font-weight: bold;
}
.m0l1iover {
	font-family: Arial, Verdana, Geneva, Arial, Helvetica;
	font-size: 13px;
	text-decoration: none;
	margin: 3px 0 0 12px;
	color: #606060;
	font-weight: bold;
	cursor: pointer;

}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-image: url(interface/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 3px 7px;
	background-color:#DDEDFC;
	font-weight: bold;
	border: 1px white solid;
}
.m0l1oover {
	text-decoration : none;
	background-image: url(interface/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 3px 7px;
	background-color:#EDFDFF;
	font-weight: bold;
	border: 1px white solid;
}

