backup of database 2005 cannot be restored in sqlserver 2000. for restorin backup of 200 to 2005 you have to do it this way
create a new database in 2005 with the same name and compatibility set for SQL 2000 or the version you want to restore from.
restore this database with options 'overwrite existing database'