#tabBar {
	border-bottom: 2px solid #E1E1E1;
	margin-bottom: 20px;
	margin-top: 10px;
	height: 32px;
}

.homePage3 #tabBar {
	margin-bottom: 35px;
}

#tabBar ul#tabs li,
#tabBar ul#subtabs li {
	border-color: #E1E1E1;
	border-style: solid;
	border-width: 0 1px 0 0;
	float: left;
	line-height: 28px;
}
#tabBar ul#tabs li.no-border,
#tabBar ul#subtabs li.no-border {
	border: none;
}

#tabBar ul#tabs li a,
#tabBar ul#subtabs li a {
	color: #005EB8;
	font-family: 'AkkuratProRegular', Arial, sans-serif;
	font-size: 15px;
	padding: 9px 20px;
}

#tabBar ul#tabs li a.padlock.no-padlock-icon,
#tabBar ul#tabs li a.unlocked.no-padlock-icon,
#tabBar ul#subtabs li a.padlock.no-padlock-icon,
#tabBar ul#subtabs li a.unlocked.no-padlock-icon {
	background: none;
}

#tabBar ul#tabs li.selected a.padlock.no-padlock-icon,
#tabBar ul#subtabs li.selected a.padlock.no-padlock-icon {
	background: none;
}

#tabBar ul#tabs li.selected,
#tabBar ul#subtabs li.selected {
	margin-bottom: 0;
}

#tabBar ul#tabs li.selected a,
#tabBar ul#subtabs li.selected a {
	color: #414042;
	background: url(i/selected-tab-arrow-up.png) no-repeat center bottom;
	font-family: 'AkkuratProBold', Arial, sans-serif;
	font-weight: normal;
	position: relative;
}

#tabBar div {
	clear: both;
	overflow: hidden;
	padding: 10px 0;
}

#subtabs {
	clear: both;
	padding-top: 10px;
	margin-bottom: 20px;
	float: left;
}

#tabBar ul#subtabs li a {
	font-size: 11px;
}

#tabBar ul#subtabs li.selected a {
	background: none;
}