#navtabs {
	height: 52px;
	background: linear-gradient(135deg, #2f6f91 0%, #4498b8 100%);
}

#navtabs div.inner a.home-tab {
	display: block;
	float: left;
	width: 52px;
	height: 52px;
	margin-right: 12px;
}

#navtabs div.inner a.home-tab img.company-logo {
	display: block;
	width: 40px;
	height: 40px;
	margin: 6px;
	transition: transform 0.15s ease;
}

#navtabs div.inner a.home-tab:hover img.company-logo {
	transform: scale(1.08);
}

#navtabs div.inner div.product-identity {
	float: left;
	width: 236px;
}

#navtabs div.inner div.product-identity img.product-icon {
	display: none;
	float: left;
	width: 32px;
	height: 32px;
	margin: 10px 10px auto 0;
}

#navtabs div.inner div.product-identity h1,
#navtabs div.inner div.product-identity h2,
#navtabs div.inner div.product-identity h3 {
	margin: 0;
	color: #fff;
	text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.4);
}

#navtabs div.inner div.product-identity h1 {
	float: left;
	margin: 13px auto;
	font: normal 24px "Helvetica Neue", Helvetica, Futura, "Lucida Grande", Arial;
}

#navtabs div.inner div.product-identity h2 {
	margin-top: 8px;
	font: normal 18px "Helvetica Neue", Helvetica, Futura, "Lucida Grande", Arial;
}

#navtabs div.inner div.product-identity h3 {
	float: left;
	color: #d9edf4;
	font: normal 12px "Helvetica Neue", Helvetica, Futura, "Lucida Grande", Arial;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
}

#navtabs div.inner ul {
	display: flex;
	align-items: center;
	gap: 8px;
	height: 52px;
	margin: 0 10px 0 0;
	padding: 0;
	font: normal 16px "Helvetica Neue", Helvetica, Futura, "Lucida Grande", Arial;
}

#navtabs div.inner ul li {
	display: block;
	padding: 0;
}

#navtabs div.inner ul a {
	display: inline-block;
	padding: 6px 10px;
	border-radius: 6px;
	line-height: 20px;
	transition: background-color 0.15s ease;
}

#navtabs div.inner ul a:hover {
	background-color: rgba(255, 255, 255, 0.14);
	text-decoration: none;
}

#navtabs div.inner ul li.selected a {
	border-bottom: 0;
	background-color: rgba(255, 255, 255, 0.22);
	font-weight: normal;
}
