div#mainmenu {
    display: block;
    padding-left: 0px;
    margin: 0 0 10px 0;
    background-color: #F35808;
    color: black;
    padding: 0px;

    border-bottom: solid #cc4d0b 2px;
    border-right: solid #cc4d0b 2px;
    border-top: solid #feaf1e 2px;
    border-left: solid #feaf1e 2px;
}

a.admin {
    font-weight: bold;
    color: white;
}
a.expandable {
    background: url('/images/arrow-down.gif') right center no-repeat;
}
a.subsection {
    font-size: 9pt !important;
    padding-left: 25px !important;
    font-style: italic;
}
a:hover.expandable {
    background: #d9500b url('/images/arrow-down-white.gif') right center no-repeat !important;
}


a.active {
    text-decoration: underline;   
}

ul#menu {
    height: 26px;
    margin: 0;
    padding: 0;
}

#menu li {
    float: left;
    list-style: none;
    padding: 0;
    height: 26px;
}

#menu li a {
    display: block;
    white-space: nowrap;
    color: black;
    padding: 0 15px;
    /*font-size: 10pt;*/
    line-height: 26px;
    height: 100%;
    vertical-align: middle;
    text-decoration: none;
}

#menu li a:hover {
    background: #d9500b;
    color: white;
}

#menu li ul {
    margin: 0;
    padding: 0;
    position: absolute;

    visibility: hidden;
        
    border-bottom: solid brown 1px;
    border-right: solid brown 1px;
    border-top: solid #feaf1e 1px;
    border-left: solid #feaf1e 1px;
    
    z-index: 1000000;
    background-color: #F35808;
}

#menu li ul li {
    float: none;
    display: block;
    height: 26px;
}

#menu li ul li a {
    line-height: 26px;
    vertical-align: middle;
    background: #F35808;
    padding: 0px 15px;
}

#menu li ul li a:hover {
    background: #d9500b;
}

