As far as I know, the > (#test>div) means that the div is required to be a direct child of #test.
#test>div
div
#test
Where a space (#tes
#tes
FF2+, IE7+, Opera/Safari/Chrome ( any modern version of the latter ) should support the child selector.