I have uploaded the site to
major-minor.nl
As you can see the menutab 'Commerciele economie (CE)' drops down one line in the ARIYUImenu in the breadcrumbs position.
I am using the standard Rhuk-milkyway template. The only difference in template.css is a modification of the left and right margins of the breadcrumbs box (#pathway) in template.css lines 138 to 145:
/************************************************
* This is a template specific element from the Rhuk-milky way template in template.css
line nos. 138 to 145
I have modified the margin-left and margin-right to align the ARIYUImenu with the page content box
************************************************/
#pathway {
padding: 0px 10px 8px;
width: auto;
margin-top: -2px;
margin-left: 12px;
margin-right: 12px;
text-align: left;
}