I have a requirement in which I have to design a horizontal navigation with 6 menu items.The challenge here is some of these menu items are pretty long and if I tried putting all the menu items on one line, the menu will go beyond the screen width and one of the requirements was that the size of the container should not exceed 1024 pixels. So if I go with a design which is something like this:

Is it bad design or is it acceptable?
Unfortunately I can't change the names since they have been defined already.

