/* {{{ navigation */
#navigation {
    position: absolute;
    top: 13.9em;
    left: 1.4em;
}
#navigation ul {
    position: absolute;
    border-top-width: .1em;
    border-top-style: solid;
    width: 11.7em;
}
#navigation ul li {
    list-style: none;
    height: auto !important;
    height: 1.7em;
    min-height: 1.7em;
}
#navigation ul li a {
    border-bottom-width: .1em;
    border-bottom-style: solid;
    display: block;
    font-size: 1.2em;
    line-height: 1.5em;
    text-decoration: none;
    margin-top: -0.1em;
}
#navigation ul ul {
    position: absolute;
    top: -0.1em;
    left: 12.5em;
}
/* }}} */
/* {{{ footer */
#footer small {
    display: none;
}
/* }}} */

/* vim:set ft=css sw=4 sts=4 fdm=marker : */

