IWPopupMenuButton

I would like to be able to have a menu popup when a button is clicked, so I used this control and it works well.  The only problem is that it doesn't look the same as a regular IWButton on my forms and I can't figure out how to make it look the same.  For example the basic 3-d look with 2 color gray gradient that changes to a blue gradient when you mouse-over it.  What ever I try the button just looks like an old win 95 style button.  Is there any way to do this?

You can set the ButtonColor property to clNone to enable the default browser button look.

Perfect, thank you.