#navtitle {
    /* title bar with navigation menu attached to bottom */
    border-top-style: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-bottom: 0;
}

#globalnav {
    /* Navigational Tabs */
    background-color: transparent;
/*    border-collapse: collapse; */
    padding: 0em 0em 0em 2em;
/*    white-space: nowrap; */
    list-style: none;
    margin: 0;
    margin-bottom: 2em;
    height: auto;
    line-height: normal;
}

#globalnav li {
    display: inline; /* makes the tabs appear all on one line */
}

#globalnav li a {
    /* The normal, unselected tabs. They are all links */
    color: #197f1e;
    background-color: transparent;
    border-color: #197f1e;
    border-width: 1px; 
    border-style: none solid solid solid;
    margin-right: 0.5em;
    padding: 0em 2em;
    text-decoration: none;
}

#globalnav li.selected a {
    /* The selected tab. There's only one of this */
    background-color: #c8e8c8;
    border-top: #c8e8c8 1px solid;
}

#globalnav li a:hover {
    background-color: #c8e8c8;
}

.hidden {
    display: block;
    background: transparent;
    background-image: none; /* safari bug */
    border: none;
    height: 1px;
    overflow: hidden;
    padding: 0;
    margin: -1px 0 0 -1px;
    width: 1px;
}

