.leftSubNavigation .menuItem.activeMenuItem .menuItemButton {
	background-color: #F39A31;
    border: thin solid #F39A31;
}

.menuItem.activeMenuItem .menuItemBackground {
	background-image: linear-gradient(to right, #F29528, #FBDBA7);
	background-attachment: fixed;
}

@media screen and (max-height: 41rem), all and (orientation: portrait) {
	.navigation > a:hover > div {
		background: #F9CA88;
	}

	.navigation {
		background-image: linear-gradient(to right, #F29528, #FBDBA7);
		background-attachment: fixed;
	}
}