Css formatting question

<tr><td><div class=“menuItems”>’ . $itemArray[1] . ‘</div> <div class=“menuPrices”>$’ . $itemArray[2] . '</div></td></tr>

I want to know how to align menuPrices horizontally next to menuItems. Right now it puts menuPrices directly underneath menuItems.