#bright_blue_box_heading {
	background-color: #0066CC;
}

#green_box_heading {
	background-color: #669966;
}

#light_blue_box_heading {
	background-color: #86BBEF;
}

#grey_blue_box_heading {
	background-color: #6699cc;
}

#bright_blue_box_heading,
#green_box_heading,
#light_blue_box_heading,
#grey_blue_box_heading {
	padding: 8px 10px;
	width: 220px;
	height: 22px;
	float: left;
	margin: 10px 0;
	color: #ffffff;
}

#bright_blue_box_heading,
#green_box_heading,
#light_blue_box_heading {
	margin-right: 10px;
}

#bright_blue_box_drop_down {
	background: #0066CC url(/images/support.png) no-repeat right bottom;
}

#green_box_drop_down {
	background: #669966 url(/images/park.png) no-repeat right bottom;
}

#light_blue_box_drop_down {
	background: #86BBEF url(/images/facilities.png) no-repeat right bottom;
}

#grey_blue_box_drop_down {
	background: #6699cc url(/images/development.png) no-repeat right bottom;
}

#bright_blue_box_drop_down,
#green_box_drop_down,
#light_blue_box_drop_down,
#grey_blue_box_drop_down {
	margin-top: -9999px;
	margin-left: -9999px;
}

#bright_blue_box_heading:hover #bright_blue_box_drop_down,
#green_box_heading:hover #green_box_drop_down,
#light_blue_box_heading:hover #light_blue_box_drop_down,
#grey_blue_box_heading:hover #grey_blue_box_drop_down {
    padding: 8px 10px;
	width: 220px;
	height: 114px;
	float: left;
	margin: -31px 0 10px -10px;
	color: #ffffff;
	position: relative;
	z-index: 200;
	font-size: 100%;
}


#bright_blue_box_drop_down a:link,
#bright_blue_box_drop_down a:visited,
#green_box_drop_down a:link,
#green_box_drop_down a:visited,
#light_blue_box_drop_down a:link,
#light_blue_box_drop_down a:visited,
#grey_blue_box_drop_down a:link,
#grey_blue_box_drop_down a:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 100%;
	display: block;
	margin-bottom: 7px;
}

#bright_blue_box_drop_down a:hover,
#bright_blue_box_drop_down a:active,
#green_box_drop_down a:hover,
#green_box_drop_down a:active,
#light_blue_box_drop_down a:hover,
#light_blue_box_drop_down a:active,
#grey_blue_box_drop_down a:hover,
#grey_blue_box_drop_down a:active {
	padding-left: 10px;
	border-left: 2px solid #ffffff;
}