/* --- 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: Tahoma;
	font-size: 8pt;
	text-decoration: none;
	margin: 4px 0 0 8px;
	color: #ffffff;
    font-weight: none;
}
.m0l0iover {
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
	margin: 4px 0 0 8px;
	color: #ffffff;
    font-weight: none;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	font-family: Tahoma;
	background-color: #;
	
}
.m0l0oover {
	text-decoration : none;
	font-family: Tahoma;
	background-color: #;
}

/* level 1 inner */
.m0l1iout {
	font-size: 8pt;
	color: #ffffff;
	background-color: #3f68b7;
	margin: 5px 5 5 10px;
}

.m0l1iover {
	font-family: Tahoma;
	font-size: 8pt;
	color: #ffffff;
	background-color: #3f68b7;
	margin: 5px 5 5 10px;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #3f68b7;
}
.m0l1oover {
	text-decoration : none;
	background-color: #3f68b7;
        color: #ffffff;
        font-weight: bold;
}