Can not center ul in IE7

Hi,
I have a problem with this http://gasolicious.com/examples/
The menu is a ul and can not be centered in IE7
I can not set a fixed width on the menu.
any ideas?
thanks in advance.

You may just be able to use display: inline for IE7, as mentioned here:

* html #main-nav {display:inline;} /*IE6*/
*+html #main-nav {display:inline;} /*IE7*/

Personally, though, I wound’t worry about IE7 and under any more. They are dinosaurs with barely any users any more.