div#submenue {
	float: left;
	width: 90%;
	height: 15%;
	border-top: 2px solid #009AED;
	padding: 0 5%;
	margin: 0 0 6% 0;
}

.submenueelement {
	width: 33%;
	height: 100%;
	float: left;
	display: table-cell;
    vertical-align: middle;
	text-align: center;
	line-height: 100%;
	font-size: 0.9vw;
	position: relative;
}

.nodecore {
	text-decoration: none;
	color: #363636;
}

.submenueelement:hover {
	background-color: #009AED;
	color: #FFFFFF;
	font-weight: bold;
}

.submenueactive {
	font-weight: bold;
	background-image: linear-gradient(to bottom, white 0%, #FFA73B 80%);
	color: #363636;
}