/* regole css utili al reset di definizione css default di plone che non vanno bene al nostro tema */
#portal-globalnav {
    clear: none;
    font-size: 100%;
    background: transparent;
    margin: 0;
}
#portal-globalnav li a {
    display: auto;
    padding: 0;
    background: transparent;
    min-width: inherit;
    white-space: normal;
    /*TODO: Once we have removed the whitespace from the nav template, this can be put back*/
    /*border-bottom: 0.1em solid White;*/
    border-right: none;
}

#portal-globalnav .selected a,
#portal-globalnav a:hover {
    background: transparent;
    color: auto;
}
#portal-globalnav .selected a:hover {
    background: transparent;
    color: auto;
}
#content {
    font-size: 100%;
}
