/***************************** Level 0 Properties ******************************/
/* Level 0 text properties: out, over down */
.m0l0mouti,
.m0l0moveri,
.m0l0mdowni {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	margin: 4px 0 0 4px;
}
/* Level 0 box properties: out */
.m0l0mouto {
	background-image: url(/images/bg_nav.gif);
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 1px solid #617f9e;
	background-color: #2C5F93;
}
/* Level 0 box properties: down, over */
.m0l0movero,
.m0l0mdowno {
	background-image: url(/images/bg_nav.gif);
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 1px solid #617f9e;
	background-color: #2C5F93;
}

/***************************** Level 1 Properties ******************************/
/* Level 1 text properties: out, over, down */
.m0l1mouti,
.m0l1moveri,
.m0l1mdowni {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #656565;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-decoration: none;
	margin: 4px 0 0 4px;
}

/* Level 1 box properties: out */
.m0l1mouto {
	border-top: 0px;
	border-bottom: 1px solid #a4a4a4;
	border-left: 1px solid #a4a4a4;
	border-right: 1px solid #a4a4a4;
	background-color: #f4f4f4;
}

/* Level 1 box properties: over, down */
.m0l1movero,
.m0l1mdowno {
	border-top: 0px;
	border-bottom: 1px solid #a4a4a4;
	border-left: 1px solid #a4a4a4;
	border-right: 1px solid #a4a4a4;
	background-color: #e8e8e8;
}

