.tab-menu
{
	background: #2E2E2E;
	border-bottom: 1px solid #181818;
	color: white;
}

.tab-menu:hover, .tab-menu.active
{
	background: var(--theme-linear-gradient-color);
	border-bottom: var(--theme-linear-gradient-border-color);
	color: var(--theme-linear-gradient-font-color);
}