
#navigate {
    font-size: smaller;
    position: absolute; /* overriden below, except in broken browsers (IE6) */
    margin: 0;
    top: 0em;
    right: 0em;
    width: 6em;
    color: #fff;
    background-color: rgb(0%,0%,0%); 
    padding-left: 0.5em;
    padding-bottom: 0.5em;
}

#navigate ul a { color: #fee; }
#navigate ul ul a { color: #cbb; }

/* #navigate > ul li { display: inline } */
#navigate ul > li + li { margin-top: 0.6em }
#navigate ul { list-style-type: none; padding: 0; margin: 0 }
#navigate ul ul { margin-left: 0.5em; padding-left: 0.5em; }
#navigate ul ul > li + li { margin-top: 0.3em }

body { padding-right: 6.5em;
       margin: 0; background: white; color: black; }

/* ??? link colors ??? */       
       
body>#navigate {
    position: fixed; /* overrides 'absolute', except in broken browsers (IE6) */
}

.section > p, .section > div, .section > ul { padding: 0; margin-left: 2em }
.section > ul { list-style-type: square; padding-left: 1em}
