.third, .third a {
	color: #003399;
	text-decoration: none;
}

.third a.active, .third a:hover {
	margin: 0px 0px 0px 0px !important;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003399 !important;
	padding: 70px 25px 10px 24px;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	.third a.active, .third a:hover {padding: 70px 26px 10px 25px;}
}

.fourth, .fourth a {
	color: #FF9933;
	text-decoration: none;
}

.fourth a.active, .fourth a:hover {
	margin: 0px 0px 0px 0px !important;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF9933 !important;
	padding: 70px 11px 10px 14px;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	.fourth a.active, .fourth a:hover {padding: 70px 12px 10px 14px;}
}

.fifth, .fifth a {
	color: #66408C;
	text-decoration: none;
}

.fifth a.active, .fifth a:hover {
	margin: 0px 0px 0px 0px !important;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #66408C !important;
	padding: 70px 20px 10px 22px;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	.fifth a.active, .fifth a:hover {padding: 70px 22px 10px 22px;}
}