1) you can still use outbound statements, but they are not recommended.
2) No, there is not "out" parameter. Reason being, traffic coming "in" one interface has to go "out" another interface. So, better to block the traffic coming in, than going out.
In your case, you would apply an access-list inbound on the Inside interface. It would have "deny" statements for hosts going from the inside to the DMZ servers you don't want them to reach, and then a "permit ip any any" at the end for everything else.
Also, the Output Interpreter tool on CCO will soon have a conduit/outbound -> ACL converter. Stay tuned.
Hope that helps,
David.