#sidebar {
    padding-right: 5px;
}

/* Left sidebar navigation */
.sidebar-nav {
    background-color: #fff;
    margin-bottom: 5px;
    padding: 3px;
}

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

.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;
}

.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 */
.overview a {
    background: url(/janelia/images/btnOverview.gif) no-repeat;
}

.jnews a {
    background: url(/janelia/images/btnJNews.gif) no-repeat;
}

.science a {
    background: url(/janelia/images/btnScience.gif) no-repeat;
}

.leadership a {
    background: url(/janelia/images/btnLeadership.gif) no-repeat;
}

.resident a {
    background: url(/janelia/images/btnResident.gif) no-repeat;
}

.education a {
    background: url(/janelia/images/btnEducation1.gif) no-repeat;
}

.visiting a {
    background: url(/janelia/images/btnVisiting.gif) no-repeat;
}

.events a {
    background: url(/janelia/images/btnConferences.gif) no-repeat;
}

.philosophy a {
    background: url(/janelia/images/btnPhilosophy.gif) no-repeat;
}

.campus a {
    background: url(/janelia/images/btnCampuslife.gif) no-repeat;
}

.positions a {
    background: url(/janelia/images/btnPositions.gif) no-repeat;
}

.faqs a {
    background: url(/janelia/images/btnFAQs.gif) no-repeat;
}

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

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

.secnav ul {
    background: #f7f8ea;
    padding: 0px;
    padding-left: 25px;
    padding-bottom: 3px;
    margin: 0px;
}

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


.selected a {
    color: #000;
}

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

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

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


