Are you using Sharepoint Designer(SPD) to design these workflows?
If you are using SPD, I dont think you can get info like User's Manager
using the OOB features.
You can always implement a custom action in SPD.
This can be done by implementing a custom windows workflow activity to
retrive the User's Manager from the Active directory(using
Activedirectory API ). This custom action can be used in SPD when
designing workflows.
Another option is to use the custom workflow activity to retrive the
manager info from the Sharepoint user profiles.
Even if you are using VisualStudio2005 workflows, you can use such
custom activity to get the manager info.
Microsoft has a lot of documentation about how you can create a workflow
activity.