Hey Photonica,
I found that by adding #footer as a part of the CSS attribute allowed my new styles to override the default plugin styles, as Peter mentioned above.
For instance, to make the three bars smaller and more closely spaced vertically, I added this to my theme style.css:
#footer #click-menu .threeLines {
width: 20px !important;
}
#footer #click-menu .threeLines .line {
height: 3px !important;
margin-bottom: 4px !important;
}
Hope this helps!
Mark /