Whether it's at the top just below the header or hidden beneath it depends on what browser is being used. If you want to be certain it's visible and near the top, I'd suggest setting the link's jump point (I wish I knew what the correct term is for that) to whatever item is immediately above it in the list.
Yes, you do unfortunately have to inspect the HTML code. The contents of that code is what the browser uses to decide where to jump to when the page loads. As I mentioned before, Firefox has tools to easily inspect such things, as do some other browsers. You can get it with any browser if you just look at the source code directly (try searching for the text on the page around the place you're looking for to help you find the right place in the HTML maze). Just make sure you use the NAME field of the HTML element.
Thanks for the ++'s. Glad I could help.