<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Like threepart, but with fixed menus */
@import "threepart.css";
/* The child selectors are a hack to hide these rules from WinIE6,
   which gets confused by 'fixed' */
body&gt;div#Menu,
body&gt;div.map { position: fixed }
</pre></body></html>