
#dropmenu_outter_div {
	position: absolute;
	top: 24px;
	left: 23px;

	z-index: 200;
	
}

#dropmenu_div {
	height: 235px;

	z-index: 200;
	overflow: hidden;
}

#dropmenu {
	width: 199px;

	background-color: #f9db53;
}

	#dropmenu .menu_items {
		color: #ec8b1d;
		font-size: 11px;

		padding-top: 10px;
		padding-left: 15px;
		padding-bottom: 15px;
		padding-right: 10px;
	}

		#dropmenu .menu_items div {
			margin-bottom: 15px;
		}




#dropmenu-sub_div {
	position: absolute;
	top: 0px;
	left: 199px;

	z-index: 200;
}

	.dropmenu-sub {
		width: 172px;
		background-color: #f9e99e;
	}

	#dropmenu-sub_position_about {
		position: absolute;
		top: 10px;
		left: 0px;

	}

	#dropmenu-sub_about {
		height: 94px;
	}

	#dropmenu-sub_position_services {
		position: absolute;
		top: 5px;
		left: 0px;
	}

	#dropmenu-sub_services {
		height: 370px;
	}

	#dropmenu-sub_position_help-kids {
		position: absolute;
		top: 45px;
		left: 0px;
	}

	#dropmenu-sub_help-kids {
		height: 260px;
	}
	
	
	#dropmenu-sub_position_community {
		position: absolute;
		top: 85px;
		left: 0px;
	
	}
	
	#dropmenu-sub_community {
		height: 150px;
	}	
	
	#dropmenu_sub-position_educational {
		position: absolute;
		top: 80px;
		left: 0px;
	}
	
	#dropmenu_sub_educational {
		height: 245px;
	}
	
	#dropmenu_sub-position_contact {
		position: absolute;
		top: 169px;
		left: 0px;
	}
	
	#dropmenu_sub_contact {
		height: 66px;
	}

		.dropmenu-sub .menu_items {
			color: #ec8b1d;
			font-size: 11px;

			padding-top: 10px;
			padding-left: 15px;
			padding-right: 10px;

		}

			.dropmenu-sub .menu_items div {
				padding-bottom: 15px;
			}


.menu_items div a {
	color: #ec8b1d;
}

.menu_items div a:hover {
	text-decoration: underline;
}

.menu_items div.item_selected {
	font-weight: bold;
}
			
			

#dropmenu-off_top {
	background-color: transparent;
	
	width: 499px;
	height: 50px;
	
	position: absolute;
	top: -70px;
	left: -50px;
	
	z-index: 150;
}

#dropmenu-off_left {
	background-color: transparent;
	
	width: 50px;
	height: 255px;
	
	position: absolute;
	top: -20px;
	left: -50px;
	
	z-index: 150;
}

#dropmenu-off_right {
	background-color: transparent;
	
	width: 250px;
	height: 255px;
	
	position: absolute;
	top: -20px;
	left: 199px;
	
	z-index: 150;
}

#dropmenu-off_bottom {
	background-color: transparent;
	
	width: 499px;
	height: 175px;
	
	position: absolute;
	top: 235px;
	left: -50px;
	
	z-index: 150;
}



.div_hide {
	visibility: hidden;
}

.div_show {
	visibility: visible;
}

