Thanks,
\\Greg
Greg,
I imagine it uses a password salting technique (see http://en.wikipedia.org/wiki/Password_salting) in order to better protect the hashed password from a precompiled dictionary attack. If password salting is used the salt is comonly stored as the prefix of the value you see.
Andrew