I have a gap at the bottom of my side menu that I cannot get to style, here is how I am trying:
SideMenuLEFT = (Container)this.createContainer(resources, "SideMenuLEFT");
SideMenuLEFT.setWidth(Display.getInstance().getDisplayWidth()/2);
SideMenuLEFT.setHeight((Display.getInstance().getDisplayHeight()));
SideMenuLEFT.setUIID("Form");//so we get the nice background.
toolbarForLeftMenu.setUIID("Form");
toolbarForLeftMenu.addComponentToSideMenu(SideMenuLEFT);