Is it possible to seperate my pages into two categories? I would like to have Home, Contact Us and similar pages on the left side and FB, YT and Twitter on the other. Is it possible?
If you have got this far I don’t think it would be difficult for you to achieve just that.
Personally I would just place all the items you want inside Menu and then I would sort them out by using CSS. Each menu item has its own ID like #menu-item-1257 so you can add margin-left: and/or margin-right: to move them around Menu.
I recommend using Chrome Development Tools (Inspect element) to find ID’s for menus and the rest is finding the right margins to use.