/* --- 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 {
	color: #22476a;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	padding: 3px;
    margin-left: 6px;
}
.m0l0iover {
	color: #22476a;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	padding: 3px;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
}
.m0l0oover {
	text-decoration : none;
}

/* level 1 inner */
.m0l1iout {
	color:           #000000;
	font-family:     Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:       12px;
	text-decoration: none;
	margin-top:      0px;
	padding:         4px;
}
.m0l1iover {
	color:           #ffffff;
	font-family:     Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:       12px;
	text-decoration: none;
	margin:          0px;
	padding:         4px;
}

/* level 1 outer */
.m0l1oout {
	text-decoration: none;
	background:      #3399ff;
    border-top:      1px solid #22476a;
	filter:          alpha(opacity=100);
}
.m0l1oover {
	text-decoration: none;
	background:      #3399ff;
    border-top:      1px solid #22476a;
	filter:          alpha(opacity=100);
}

/* level 2 inner */
.m0l2iover {
	color: #000000;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration : none;
	padding: 4px;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	background: #3399FF;
}
.m0l2oover {
	text-decoration : none;
	background: #3399FF;
}

