/*
 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: "trebuchet MS", Arial, Helvetica;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
	padding: 4px 4px 4px 4px;
	text-align: center;
	color: #4B4B4B;
	background-image: url(img/traitgris.gif);
	background-repeat: no-repeat;
}
.m0l0iover {
	font-family: "trebuchet MS", Arial, Helvetica;
	font-size: 11px;
	text-decoration: none;
	font-weight:700;
	padding: 5px 5px 5px 5px;
	text-align: center;
	color: #1A4D82;
	background-image: url(img/traitgris.gif);
	background-repeat: no-repeat;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
}
.m0l0oover {
	text-decoration : none;
	background-color: #FFFFFF;
}

/* level 1 inner */
.m0l1iout {
	font-family: "trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #4B4B4B;
}
.m0l1iover {
	font-family: "trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #FFFFFF;
	border: 1px solid #1A4D82;
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-color: #1A4D82;
	background-image: url(img/lev1_arrow.gif);
	background-repeat: no-repeat;
	border: 1px solid #1A4D82;
	padding: 0;
}
