<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#nav_container
{
    padding: 15px 15px 0 10px;
    background: #67A897;
}
ul#nav_menu
{
    list-style-type: none;
    width: 100%;
    position: relative;
    height: 27px;
    font-family: "Trebuchet MS" ,Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
ul#nav_menu li
{
    display: block;
    float: left;
    margin: 0 0 0 2px;
    height: 27px;
}
ul#nav_menu li a
{
    display: block;
    float: left;
    color: #fff;
    background: #4A6867;
    line-height: 27px;
    text-decoration: none;
    padding: 0 10px 0 10px;
    height: 27px;
}
ul#nav_menu li a img
{
    border: 0;
    padding: 5px 0 0 0;
    float: left;
    margin: 0;
}
ul#nav_menu li a:hover
{
    background: #2E4560;
}
ul#nav_menu li a.current
{
    color: #2E4560;
    background: #FFF3DF;
}
ul#nav_menu li a:hover
{
    color: #2E4560;
    background: #FFF3DF;
}

</pre></body></html>