When defining Content Types in Drupal with the Content Construction Kit you get a chance to make select dropdowns with it. It takes its key/value pairs in this format: Key|Value. The attached list will give you US States in this format. Hopefully this will save others a bit of time in preparing such a list for CCK.
Thanks! Saved me some time typing all that out
My pleasure. I saved myself the typing by using AWK to create the list from data I found on the internet, so am happy to return the favor.