#orgNavV1,
#orgFooter {
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    line-height: 20px;
}

#orgNavV1 {
    background: #333;
    border-bottom: 2px solid #EED45E;
    color: #EED45E;
    display: block !important;
    height: 20px;
    left: 0;
    padding: 0;
    position: relative;
    text-align: left;
    top: 0;
    width: 100%;
    z-index: 499;
}

#orgNavV1 div {
    margin: 0;
}

#orgNavV1 li {
    background: none;
    padding: 0;
}

#orgNavV1 li a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #EEd45E;
}

#orgNavV1 ul {
    padding: 0 8px;
    margin: 0;
    list-style: none;
    cursor: pointer;
}

#orgNavV1 ul ul {
    display: none;
    left: 0;
    padding: 0;
    position: absolute;
    top: 20px;
}

#orgNavV1 ul ul li {
    background: #666;
    border-bottom: 1px solid #999;
    padding: 0 8px;
    width: 270px;
}

#orgNavV1 ul ul li.last {
    border: 0;
}

#orgNavV1 ul ul li a:hover {
    font-weight: bold;
}

#orgNavV1 ul ul ul {
    display: block;
    left: -8px;
    position: relative;
    top: 0;
}

#orgNavV1 ul ul ul li {
    background: #666;
    border-bottom: 0;
    border-top: 1px solid #999;
    padding: 0 8px 0 16px;
    width: 262px;
}

#orgNavV1 div:hover {
    background: #666;
}

#ucarOrg,
#ncarOrg {
    float: left;
}

#peopleOrg,
#contactOrg,
#emergencyOrg {
    float: right;
    width: auto;
}

#peopleOrg li,
#contactOrg li {
    float: right;
    padding: 0 8px;
    position: relative;
    text-align: right;
}

#peopleOrg ul ul,
#contactOrg ul ul {
    right: -8px;
}

#peopleOrg ul ul li,
#contactOrg ul ul li {
    padding: 0 15px 0 8px;
    width: 150px;
}

#orgFooter {
    clear: both;
}
