I too am having probmes with Root Menu Item spacing. In your example above you say to find:
div#sample01 a.level1 span, div#sample01 span.level1 span {padding: 0px 20px 0px 20px;}
but is the style I'm working with (a copy of Style11) the only line I can find that looks close to this is:
#[XMENUID] a.level1 span, #[XMENUID] span.level1 span {padding: 6px 0 0 0;}
I can change the following line to get the menu items closer together by reducing the right padding from 20px to 10 px:
#[XMENUID] a.level1, #[XMENUID] span.level1 {padding: 0px 10px 0px 0px;font-size: 110%;line-height: 180%;}
But then the "fancy" hover effect doesn't line up over the menu items.
Please help.