#nav {
    position: relative;
    z-index: 10;
}

#nav, #nav ul { /* all lists */
    padding: 0px;
    margin: -2px -3px;
    float: left;
    background-color: #7f6f6f;
    width: 100.5%;
    line-height: 1;
    list-style: none;
}

#nav li { /* all list items */
    float : left;
    position: relative;
    line-height : 1.25em;
    margin-bottom : -1px;
    width: 8em;
    border-left: 2px solid white;
    /* text-align: center; */
}

#nav li.topnav:first-child {
    border-left: 0px;
}

ul#nav li.topnav > a, ul#nav li.topnav > span.nolink {
    text-align: center;
}

ul#nav li.submenu {
    background-image: url('../images/navdown_white.gif');
    background-position: right center;
    background-repeat: no-repeat;
}

#nav ul li.submenu {
    background-image: url('../images/nav_white.gif');
    background-position: right center;
    background-repeat: no-repeat;
}

#nav li ul { /* second-level lists */
    position : absolute;
    left: -999em;
    margin-top: 3px;
    z-index: 10000;
    width:8.6em;
    text-align: left;
    border-right: 2px solid white;
}

#nav li ul li {
    border-top: 1px solid white;
}

#nav li ul li:first-child {
    border-top: 0px;
}

#nav li ul ul { /* third-and-above-level lists */
    left: -999em;
    /*margin-left: 8.2em;*/
    margin-left: 100px;
    margin-top: -1.5em;
    z-index: 10000;
}

#nav li a, li span.nolink {
    width: 8.4em;
    /* w\idth : 7.1em; /* not a typo, browser hack */
    display: block;
    color : white;
    font-size: 95%;
    font-weight : bold;
    padding: 0px;
    padding-left:2px;
    margin:0px;
    text-align: left;
}

#nav li:hover, #nav li.hover {
    cursor: pointer;
    background-color: #AD6967;
}

#nav .hover {
    left: auto;
}

#crumbs {
    padding: 3px;
    margin: 2px 0px 0px -3px;
    float: left;
    background-color: #7f6f6f;
    line-height: 1em;
    border-top: 1px solid white;
    color: white;
    font-weight: bold;
    font-size: 90%;
    width: 100%;
}

#crumbs a {
    color: white;
}

div#loadstatus {
    padding: 3px;
    margin: 2px 0px 0px -3px;
    float: left;
    background-color: #7f6f6f;
    line-height: 1em;
    border-top: 1px solid white;
    color: white;
    font-weight: bold;
    font-size: 90%;
    width: 100%;
    visibility:hidden;
}
