I saw recently a new interesting feature in the new gmail and also in the HTML5 bing preview that fixes a navigation bar to the top of the browser window when scrolling. The
Use:
#element { position: fixed; right: 200px; top: 200px; }
"fixed" means the element is positioned relative to the browser window.