.sub-menu.absolute {
	height: 0;
	overflow: hidden;
}

.sub-menu.absolute.visible {
	height: auto;
}

.nav {
	position: relative;
}

