/*
 * Top-level tabs without href were stretching over their dropdowns.
 * Keep those tabs at bar height so submenu links can be hit.
 */

#access > .menu > ul > li {
	align-self: start;
}

#access > .menu > ul > li > a {
	position: relative;
	z-index: 0;
	align-self: start;
	height: auto !important;
	max-height: 4.2em;
	overflow: hidden;
}

#access ul.children,
#access ul ul {
	position: absolute !important;
	top: 100%;
	left: 0;
	z-index: 100 !important;
}
