i got a class,
div.domtab div{ clear:both; width:auto; background:#eee; color:#000; padding:1em 1.5em; }
You just missed out the line that is actually correct.
$('#tag1').removeClass('domtab');
The code above should do the trick.