Here is a variation of some code I found on Yoast.com to disable the WP admin bar for non-admins only.
function yoast_hide_admin_bar_settings()
{
?>
Just copy and paste this code into your functions.php or another plugin/theme file that can add hooks. Save/upload and watch it work.
Let me know if you have any trouble using this.