Oh my... you're in trouble. Shutdown the database. Backup the innodb file. Pray that you did NOTHING after you dropped the database.
The guys at Percona (includes authors of MySQL Performance Blog) should be able to help you out: Percona emergency support.
If you do venture on your own, take this with you: Data Recovery Toolkit for Innodb.
The logistics of it? You have to read every page (the computer term page... 16k block in the case of Innodb) in and rebuild your data that way. It's very low-level work (we're talking open up your hex editor and start counting bytes if the toolkit doesn't do it for you), and if you're not a strongly experienced programmer, you're going to be hurting.