.menu_level0 {
	background-color : #F3F0E8;
	border-top : 1px solid #FFFFFF;
	border-bottom : 1px solid #E6E1D3;
	color : #C9C0A8;
	font-weight : bold;
	text-decoration : none;
	height : 17px;
}
.menu_level0_hover {
	background-color : #1180CD;
	color : white;
	font-weight : bold;
	text-decoration : none;
	height : 17px;
}
.menu_level0_href {
	text-decoration : none;
	/* color : #C9C0A8; */
	color : #303394;
	height : 17px;
}
.menu_level0_href:hover {
	text-decoration : none;
	color : #303394;
	height : 17px;	
}
.menu_level0_href_hover {
	text-decoration : none;
	color : white;
	height : 17px;
}
		

.menu_level1 {
	background-color : #35C8FF;
	border-top : 1px solid #76D9FE;
	color : white;
	text-decoration : none;
	height : 17px;
	padding-top : 3px;
	padding-bottom : 3px;
}
.menu_level1_hover {
	background-color : #35C8FF;
	border-top : 1px solid #76D9FE;
	color : white;
	font-weight : bold;
	text-decoration : none;
	height : 17px;
	padding-top : 3px;
	padding-bottom : 3px;
}
.menu_level1_href {
	color : white;
	text-decoration : none;
	height : 17px;
	padding-top : 3px;
	padding-bottom : 3px;
}
.menu_level1_href:hover {
	text-decoration : underline;
}


.menu_level2 {
	background-color : #CEEFFF;
	color : #1180CD;
	text-decoration : none;
	padding-top : 3px;
	padding-bottom : 3px;
}
.menu_level2_hover {
	background-color : #CEEFFF;
	color : #1180CD;
	font-weight : bold;
	text-decoration : none;
	padding-top : 3px;
	padding-bottom : 3px;
}
.menu_level2_href {
	color : #1180CD;
	text-decoration : none;
	padding-top : 3px;
	padding-bottom : 3px;
}
.menu_level2_href:hover {
	text-decoration : underline;
}


.menu_level3 {
	background-color : white;			
	color : #1180CD;
	text-decoration : none;
	padding-top : 3px;
	padding-bottom : 3px;
}
.menu_level3_hover {
	background-color : white;			
	color : #1180CD;
	font-weight : bold;
	text-decoration : none;
	padding-top : 3px;
	padding-bottom : 3px;
}
.menu_level3_href {
	color : #1180CD;
	text-decoration : none;
	padding-top : 3px;
	padding-bottom : 3px;
}
.menu_level3_href:hover {
	text-decoration : underline;
}


.menu_level4 {
	background-color : white;			
	color : #1180CD;
	text-decoration : none;
	padding-top : 3px;
	padding-bottom : 3px;
}
.menu_level4_hover {
	background-color : white;			
	color : #1180CD;
	font-weight : bold;
	text-decoration : none;
	padding-top : 3px;
	padding-bottom : 3px;
}
.menu_level4_href {
	color : #1180CD;
	text-decoration : none;
	padding-top : 3px;
	padding-bottom : 3px;
}
.menu_level4_href:hover {
	text-decoration : underline;
}


.menu_level5 {
	background-color : white;
	color : #35C8FF;
	padding-top : 3px;
	padding-bottom : 3px;
	text-decoration : none;
}
.menu_level5_hover {
	background-color : white;
	color : #35C8FF;
	font-weight : bold;	
	text-decoration : underline;
	padding-top : 3px;
	padding-bottom : 3px;
}
.menu_level5_href {
	color : #35C8FF;
	text-decoration : none;
	padding-top : 3px;
	padding-bottom : 3px;
}
.menu_level5_href:hover {
	text-decoration : underline;
}
