Solved my own problem. I ended up getting a Godsend by finding the site I got the stuff from....
http://www.alistapart.com/articles/dropdowns/ and the reason why it was not working was my coding. I was coding things slightly off by creating individual unordered lists rather than one unordered list containing all of the navigation. The JavaScript works correctly, but my scripting in the pages were incorrect.
LoL, At the time of finding the script, I totalled *****d it up in my coding and somehow screwed it up. Basically when I did the coding for my portfolio website, I only needed one drop-down menu, so instead of smartly putting the whole navigation in an unordered list, I just did the specific link that needed the drop-down.
What I had to do to get it working correctly with multiple drop-down menus were to do it the correct way... create everything in the navigation under one unordered list and display all the links within the lists. So the admins can close this post if they desire to as it's been solved.