"/* Apply to all menus on the site */
ul.menu, ul.menu li {
white-space: nowrap; /* Prevents the text from breaking into multiple lines */
}

/* Additional styling for the links inside the menu */
ul.menu li a {
white-space: nowrap; /* Prevents the text from breaking into multiple lines */
}"