#sidebar {
    padding-right: 5px;
}

/* Left sidebar navigation */
.sidebar-nav {
    border: 1px solid #B9B7AD;
    background-color: #ffffff;
    margin-bottom: 5px;
    padding: 0px;
}

.sidebar-head {
    margin: 0px;
    padding: 0px;
    background: #BED8D0;
}

.sidebar-nav ul {
    margin: 0px;
    padding: 0px;
    background: #ffffff;
}

.sidebar-nav li {
    list-style: none;
    list-style-image: none;
    padding-bottom: 0px;
    border-bottom: 1px dotted #c4c4ba;
}

.sidebar-nav li.nav-last {
    border-bottom: 0px;
}

.secnav li.current {
    border-bottom: 0;
}

.menuitem {
    padding-top: 9px;
}

.menuitem a {
    background-position: 0px 0px;
    display: block;
    height: 17px;
    left: 10px;
    position: relative;
    width: 155px;
}


.menuitem a:hover {
    background-position: 0px -17px;
}

.menuitem a.current {
    background-position: 0px -34px;
}



/* I'd prefer these be id's but then :hover and .current from above don't take effect */
.intro a {
    background: url(/about/images/btnIntroduction.gif) no-repeat;
}

.trustees a {
    background: url(/about/images/btnTrustees.gif) no-repeat;
}

.officers a {
    background: url(/about/images/btnOfficers.gif) no-repeat;
}

.boards a {
    background: url(/about/images/btnAdvisoryBoards.gif) no-repeat;
}

.financials a {
    background: url(/about/images/btnFinancials.gif) no-repeat;
}

.sciresearch a {
    background: url(/about/images/btnSciResearch.gif) no-repeat;
}

.scied a {
    background: url(/about/images/btnSciEd.gif) no-repeat;
}

.administration a {
    background: url(/about/images/btnAdministration.gif) no-repeat;
}

.ogc a {
    background: url(/about/images/btnOGC.gif) no-repeat;
}

.employment a {
    background: url(/about/images/btnEmployment.gif) no-repeat;
}

/* Secondary Nav */
.secnav {
    padding: 0px;
    margin: 0px;
    display: none;
}

.secnav a {
    font-size: 95%;
    background-image: none; 
    width: auto;
    height: auto;
}

.secnav ul {
    background: #ffffff;
    padding: 0px;
    padding-left: 25px;
    padding-bottom: 3px;
    margin: 0px;
    border-top: 1px dotted #c4c4ba;
}

.secnav li {
    padding: 5px;
    padding-left: 0px;
    padding-right: 15px;
    border-bottom: 1px dotted #e1e0dc;
	color: #6f655b;
}


.selected a {
    color: #000;
}

/* Tertiary Nav */
.trinav {
    display: none;
}

.trinav a {
    font-size: 95%;
    background-image: none; 
    width: auto;
    height: auto;
    color: #0AA5D2;
}

.trinav ul {
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.trinav li {
    border: 0px;
	list-style-image: url(/images/orange_bullet.gif);
	color: #ffffff;
}

