[jQuery] [treeview] IE6 without reset body

[jQuery] [treeview] IE6 without reset body


I would like to use treeview separated in the navigation container
'main' without resetting Base Font Size in screen.css file to
html>body {
    font-size: 16px;
    font-size: 68.75%;}
body {
    font-size: 68.75%;}
Setting main container in screen.css file directly to
#main {
    font-family: Verdana, helvetica, arial, sans-serif;
    background: #fff;
font-size: 68.75%;
    color: #333;
padding: 1em; }
works fine in Firefox, but in IE6 the result is an ugly little
downshift of the linktext (eg. 'Item 1' for example).
Before reinventing something what's already solved I would like to
know if there may exist a solution to this problem - a workaround for
IE6 within 'main' without changing 'body'