I have a admin folder set up in my controllers directory, under that i have 3 seperate sub-folders with controllers inside of them.
-- Controllers ---- Admin
"Out of the Box" codeigniter does not support multiple subdirectory levels in your controllers directory, just one.
There is a way to extend the routing class to support this, check this blog entry.