Enterprise Manager and Management Studio GUIs sometimes get out of 'whack' from the actual information. Try this....
Open Query Analyzer
Run DBCC UPDATEUSAGE('tempdb')
When it finishes, go back to Management Studio, click on the Instance, refresh, then click on Tempdb and select properties. It should show the true values.
-SQLBill