/* Navigation */
div.navitem { margin: 0; padding: 0.2em; border-top: 1px dotted black;}
div.navitem a:visited { color: #be6500; }
div.navitem_selected { margin: 0; padding: 0.2em; border-top: 1px dotted black;
                       background-color: #be6500; }
div.navitem_selected a { color: white; }
div.navitem_selected a:visited { color: white; }
div.navitem:hover { text-decoration: none; background-color: #be6500;
                    display: block; color: white; }
div.navitem:hover a { display: block; color: white; text-decoration: none; }

/* Colophon */
/* ideas and code borrowed from Plone */
.colophon { display: table; margin: 0 auto; border-collapse: collapse;
            border-spacing: 0; }
.colophon ul { display: table-row; list-style-type: none; }
.colophon ul li { list-style-image: none; list-style-type: none;
                  display: inline; text-decoration: none; color: black; 
                  display: table-cell; font-size: 85%; margin: 0 0.25em;
                  padding: 0.1em 0.2em; }
.colophonIcon {
    display: block;
    text-decoration: none;
    overflow: hidden;
    border: 0;
    margin: 0 auto;
    padding: 0;
    padding-top: 15px;
    height: 0px !important;
    height /**/: 15px;
    width: 80px;
}

