
/* MAIN NAV */
#nav {
    height: 45px;
    width: 940px;
    position: absolute;
    margin: 125px 0px 0px 10px;
    list-style: none;
    padding: 0px;
    z-index: 100;
}
#nav li{
    display: block;
    float: left;
    height: auto;
    margin: 0px;
    padding: 0px;
    position: relative;
}
#nav a {
    display: block;
    height: 45px;
    line-height: 45px;
    margin: 0px;
    padding: 0px 20px 0px 20px;
    width: auto;
    text-decoration: none;
    font-family: Times, serif;
    color: #ffffff;
    font-size: 18px;
}
#nav a:hover {
    text-decoration: underline;
}
#nav a.here{
    color: #FF7A31;
}
#nav li ul { /* second-level lists */
    width: 130px;
    display: none;
    border: 1px solid #aaa9a7;
    left: 0px;
    list-style: none;
    margin: 0px;
    overflow: visible;
    padding: 0px;
    position: absolute;
    top: 45px;
    z-index: 99;
}
#nav li ul li{ /* second-level li */
    float: left;
    margin: 0px;
    padding: 0px;
    border: none;
    height: auto;
    line-height: normal;
}
#nav li ul a { /* all secondary links */
    padding: 5px 5px 5px 5px;
    font-family: Times, serif;
    color: #7A1914;
    font-size: 13px;
    text-align: left;
    height: auto;
    line-height: normal;
    width: 120px;
    background-color: #ffffff;
}
#nav ul li a:hover{ /* all secondary links */
    color: #FF7A31;
}
#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
    top: auto;
    left: auto;
}
#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
    display: block;
}

body#index #nav_home,
body#about-us #nav_about-us,
body#museums #nav_museums,
body#history-of-lake-county-1600-1800 #nav_history,
body#history-of-lake-county-1800-1900 #nav_history,
body#history-of-lake-county-1900-1949 #nav_history,
body#history-of-lake-county-1950-1999 #nav_history,
body#history-of-lake-county-2000-present #nav_history,
body#history-of-lake-county-1600-1800 #nav-1600-1800,
body#history-of-lake-county-1800-1900 #nav-1800-1900,
body#history-of-lake-county-1900-1949 #nav-1900-1949,
body#history-of-lake-county-1950-1999 #nav-1950-1999,
body#history-of-lake-county-2000-present #nav-2000,
body#activities #nav_activities,
body#calendar #nav_calendar,
body#gift-shop #nav_gift-shop,
body#contact #nav_contact,
body.mission-statement  #sub-mission,
body.board-of-directors  #sub-board,
body.staff  #sub-staff,
body.services  #sub-services,
body.projects-list  #sub-projects,
body.related-links  #sub-links{
    color: #FF7A31;
    text-decoration: none;
}
