a.menu {
    text-decoration: none;
    font-size: 80%;
    color: white;
    }

a.menu:visited {
    color: white;
    }

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    }

li {
    padding-left: 12px;
    }

li#homelink {
    margin-left: -9px;
    }

html>body li#homelink {
    margin-left: 4px;
    }

li.toplevel {
    margin-left: -23px;
    padding-left: 10px;
    }

html>body li.toplevel {
    margin-left: 0px;
    padding-left: 0px;
    }

span.menu {
    font-size: 80%;
    color: white;
    }

li.open:before {
    /* show the 'open' image in front of the <LI> */
    content: url(images/down_arrow_inv_wide.gif);
    }

li.closed:before {
    /* show the 'closed' image in front of the <LI> */
    content: url(images/right_arrow_inv_wide.gif);
    }

li.nochildren {
    margin-left: 16px;
    }

#navmenu {
    /* don't show the navmenu until after the sub menus have been processed */
    display: none;
    }
