Layers and Arrange behind/front

So if I have my characters arms nested below a BODY drawing, how can I get one of the arms to appear above the BODY?

Here’s my layout:

CHAR_peg

- TOP_peg

– NECK
— HEAD

– BODY
— ARM_L_TOP
---- ARM_L_BOTTOM
----- ARM_L_HAND
— ARM_R_TOP
---- ARM_R_BOTTOM
----- ARM_R_HAND

Check out this page in the WIKI, particularly the section on the Z direction in 3D space. -JK

LAYERING ELEMENTS

That’s exactly what I was looking for. Thanks 8)