.menuL0_off {
	cursor: pointer;
	width: 177px;
	/*color: #213887;*/
    color: #014b92;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    padding: 1px 5px 0px 13px;
}

.menuL0_on, .menuL0_off:hover {
	cursor: pointer;
	width: 177px;
	/*color: #213887;*/
    color: #014b92;
    text-decoration: underline;
    font-size: 1.2em;
    font-weight: bold;
    padding: 1px 5px 0px 13px;
}

.menuL0_over {
	cursor: pointer;
	width: 177px;
	/*color: #213887;*/
    color: #014b92;
    text-decoration: underline;
    font-size: 1.2em;
    font-weight: bold;
    padding: 1px 5px 0px 13px;
}

.menuL1_off {
	cursor:pointer;
	width: 167px;
	color: #717fb0;
    font-size: 1.2em;
    font-weight: bold;
    padding: 1px 5px 0px 23px;
    background: #e9eaee;
    text-decoration: none;
}

.menuL1_on, .menuL1_off:hover {
	cursor:pointer;
	width: 167px;
	color: #717fb0;
    background: #e9eaee;
    font-size: 1.2em;
    font-weight: bold;
    padding: 1px 5px 0px 23px;
	text-decoration:underline;
}

.menuL1_over {
	cursor:pointer;
	width: 167px;
	color: #717fb0;
    background: #e9eaee;
    font-size: 1.2em;
    font-weight: bold;
    padding: 1px 5px 0px 23px;
	text-decoration:underline;
}

.menuSetL1 {
	visibility: hidden;
	display: none;
}

#ms3, #ms4 {
    display: none;
}


#m3_1, #m4_2 { padding-top: 3px; margin-top: 3px; }
#m3_6, #m4_3 { padding-bottom: 8px; margin-bottom: 3px; }



