/* begin css tabs */

.blueBar {
	float: left;
	height: 24px;
	width: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #364D58;
}

#tabHolder {
	color: #000;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: .3px;
	line-height: 24px;
}

.tab1 {
	float: left;
	height: 24px;
	width: 87px;
	text-align: center;
	margin: 5px;
	background: #5F9DD6;
	cursor: pointer;
}

.tab1a {
	float: left;
	height: 24px;
	width: 87px;
	text-align: center;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	background: #5F9DD6;
	border-bottom: 5px #5F9DD6 solid;
	cursor: pointer;
}

.tab2 {
	float: left;
	height: 24px;
	width: 87px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	background: #95699D;
	cursor: pointer;
}

.tab2a {
	float: left;
	height: 24px;
	width: 87px;
	text-align: center;
	margin-top: 5px;
	margin-right: 5px;
	background: #95699D;
	border-bottom: 5px #95699D solid;
	cursor: pointer;
}

.tab3 {
	float: left;
	height: 24px;
	width: 87px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	background: #CC3232;
	cursor: pointer;
}

.tab3a {
	float: left;
	height: 24px;
	width: 87px;
	text-align: center;
	margin-top: 5px;
	margin-right: 5px;
	background: #CC3232;
	border-bottom: 5px #CC3232 solid;
	cursor: pointer;
}

.tab4 {
	float: left;
	height: 24px;
	width: 87px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	background: #9D9137;
	cursor: pointer;
}

.tab4a {
	float: left;
	height: 24px;
	width: 87px;
	text-align: center;
	margin-top: 5px;
	margin-right: 5px;
	background: #9D9137;
	border-bottom: 5px #9D9137 solid;
	cursor: pointer;
}

.tab5 {
	float: left;
	height: 24px;
	width: 87px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	background: #EE832D;
	cursor: pointer;
}

.tab5a {
	float: left;
	height: 24px;
	width: 87px;
	text-align: center;
	margin-top: 5px;
	margin-right: 5px;
	background: #EE832D;
	border-bottom: 5px #EE832D solid;
	cursor: pointer;
}
