.herbs h2, #circle-menu div.herbs:hover, #circle-menu div.herbs.active, #special-menu a.herbs:hover, #special-menu a.herbs.active, .herbs #header {
	background-color: #e8652f;
}
.herbs span.highlighted {
	color: #e8652f;
}
#circle-menu div.herbs {
	background: rgba(232, 101, 47, 0.5);
}
.private h2, #circle-menu div.private:hover, #circle-menu div.private.active, #special-menu a.private:hover, #special-menu a.private.active, .private #header {
	background-color: #a165c5;
}
.private span.highlighted {
	color: #a165c5;
}
#circle-menu div.private {
	background: rgba(161, 101, 197, 0.5);
}
.educational h2, #circle-menu div.educational:hover, #circle-menu div.educational.active, #special-menu a.educational:hover, #special-menu a.educational.active , .educational #header{
	background-color: #5ab8a8;
}
.educational span.highlighted {
	color: #5ab8a8;
}
#circle-menu div.educational {
	background: rgba(90, 184, 168, 0.5);
}
.community h2, #circle-menu div.community:hover, #circle-menu div.community.active, #special-menu a.community:hover, #special-menu a.community.active, .community #header {
	background-color: #e7b52e;
}
.community span.highlighted {
	color: #e7b52e;
}
#circle-menu div.community {
	background: rgba(231, 181, 46, 0.5);
}
.business h2, #circle-menu div.business:hover, #circle-menu div.business.active, #special-menu a.business:hover, #special-menu a.business.active, .business #header {
	background-color: #9dae2d;
}
.business span.highlighted {
	color: #9dae2d;
}
#circle-menu div.business {
	background: rgba(157, 174, 45, 0.5);
}
.projects h2, #circle-menu div.projects:hover, #circle-menu div.projects.active, #special-menu a.projects:hover, #special-menu a.projects.active, .projects #header {
	background-color: #5aa0b9;
}
.projects span.highlighted {
	color: #5aa0b9;
}
#circle-menu div.projects {
	background: rgba(90, 160, 185, 0.5);
}
