/* barebones expandable list */

ul.barebones {
    font-size: 90%;
    margin-left: 1em;
    padding: 0;
}

ul.barebones ul {
    display: none;
    margin: 0;
    padding-left: 1.5em;
}




ul.barebones li {
    list-style-type: none;
    position: relative;
}

ul.barebones a.switch {
    background: transparent url(images/arrows.gif) no-repeat top left;
    font-weight: bold;
    left: -1em;
    position: absolute;
    font-size: +15
}



ul.barebones a { text-decoration: none; }
ul.barebones a:hover { text-decoration: underline; }
ul.barebones a.switch:hover { text-decoration: none; }
