/* our font size in the main navigation
	needs to be a bit smaller in the french version */
.mainNavigationBar { font-size: 14px; }

/* and because it's a bit smaller, it needs to have
	a slightly higher padding-top to get it centered in
	the yellow bar */
.mainNavigationBar ul { padding-top: 9px;}

/* and because there's more text, we reduce the space
	between the menu items slightly */
.mainNavigationBar ul li {
	margin-right: 20px;
}