i don´t see any problem there, downloaded your file twice.
First time by using right-click and "Save target as", second time by just clicking the link.
Both times saved as .pps, which is the way you want it.
The above is valid for people using Firefox. Your problem only exists for users using Microsofts Internet Exploder (yes, the type is on purpose).
create a .htaccess file in the directory where the download files are stored and in your root directory with the following content:
PHP Code:
# PPS
AddType application/vnd.ms-powerpoint .pps
If you have a .htaccess file already just append this code