They KEY thing is that the global NAT statements DO NOT exist anymore....
Here are some examples of the new ones....
Existing on 8.2
****NAT across tunnel****
access-list inside_nat0_outbound extended permit ip 10.0.8.0 255.255.255.0 172.16.20.0 255.255.255.0
nat (inside) 0 access-list inside_nat0_outbound
New on 8.3
object network obj-10.0.8.0
subnet 10.0.8.0 255.255.255.0
object network obj-172.16.20.0
subnet 172.16.20.0 255.255.255.0
nat (inside,any) source static obj-10.0.8.0 obj-10.0.8.0 destination static obj-172.16.20.0 obj-172.16.20.0
Existing on 8.2
****1 external IP to many internal****
nat (inside) 1 0 0
global (outside) 1 interface
New on 8.3
object network obj_any
nat (inside,outside) dynamic interface