
ul.navigationList_first li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    display: list-item;
    margin-top: 1px;
    margin-bottom: 0px;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    line-height: 1.2em;
    background-color: #ff9933;
}

ul.navigationList_first_none li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    display: list-item;
    margin-top: 1px;
    margin-bottom: 0px;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    line-height: 1.2em;
    background-color: #cccc99;
}

ul.navigationList_first a{
    display: block;
}

ul.navigationList_first_none a span{
    display: block;
    color: #003366 !important;
}


ul.navigationList_first li a b {
    color: #ffffff;
}
