@charset "UTF-8";
.inactive { color: #CCC; }
.industryside {
	color: #fff;
	margin-left: 15px;
	text-decoration: none;
}
#industryhire {
	background: #5e9734;
	margin-bottom: 5px;
	padding-top: 9px;
}
#industryinvest {
	background: #b2870b;
	margin-bottom: 5px;
	padding-top: 9px;
}
#industryinnovate {
	background: #ab5410;
	margin-bottom: 5px;
	padding-top: 9px;
}
#industryinspire {
	background: #006225;
	margin-bottom: 5px;
	padding-top: 9px;
}

#industryhire a:hover, #industryinvest a:hover, #industryinnovate a:hover, #industryinspire a:hover {
color: #448506;
}