#navigation_bar    {    color           : #ffffff;    font-family     : Verdana, Arial;    font-size       : 8pt;    width           : 125px;    }    #menu    {    margin-bottom   : 1px;    font-size       : 12px;    font-weight     : bold;    text-transform  : none;    width           : 100%;    padding-left    : 5px;    padding-top     : 2px;    padding-bottom  : 2px;    background-color: #665200;    cursor          : pointer;    }#menu a    {    color           : #ffffff;    text-decoration : none;    }    #menu a:hover    {    color           : #000000;    }    #item    {    margin-left     : 2px;    margin-right    : 2px;    margin-bottom   : 1px;    font-size       : 8px;    width           : 100%;    padding-left    : 5px;    padding-top     : 1pt;    padding-bottom  : 1pt;    background-color: #665200;    cursor          : pointer;    }    #item a    {    color           : #ffffff;    text-decoration : none;    }    #item a:hover    {    color           : #000000;    }    #current_item    {    margin-left     : 2px;    margin-right    : 2px;    margin-bottom   : 1px;    font-size       : 10px;    color           : #000000;    width           : 100%;    padding-left    : 5px;    padding-top     : 1pt;    padding-bottom  : 1pt;    background-color: #999900;    }