/*
 * The products dropdown.
 *
 * There is almost nothing here on purpose. The menu is ordinary nested
 * dropdowns: hover the products item to see the brands, hover a brand to see
 * the categories that brand is sold in, hover one of those to see its
 * sub-categories. That behaviour belongs to the theme's own menu, and the less
 * this file says about it the more the generated items look and act like the
 * items that were already there.
 *
 * What is left is the one item that is not a brand, a category or a
 * sub-category: the link at the bottom of the first list.
 */
li.ap-menu-all > a {
	font-weight: 600;
}
