section.cats {
	float: left;
    width: 300px;
    background: #f7f9f9;
}

section.cats header.section-header {
	font: bold 20px OpenSans;
	color: #262f38;
	padding: 14px 20px;
}

section.cats .menu-item-section {
	min-height: 50px;

	background: #32aaa7;
	color: white;

	font: bold 16px OpenSans;
	padding: 14px 20px;
}

section.cats a.plain {
	text-decoration: none;
}

section.cats .menu-item-showcase {
	min-height: 30px;
	color: #262f38;

	font: 16px OpenSans;
	padding: 4px 0 0 20px;	
}

section.cats .menu-item-active {
	background: #ff5722;
	color: white;
}