#navigation_bar
    {
    color           : #5c8208;
    font-family     : Tahoma, Verdana, Arial;
    font-size       : 8pt;
    width           : 167px;
    }
    
#menu
    {
    margin-bottom   : 1px;
    font-size       : 14px;
    font-weight     : bold;
    text-transform  : uppercase;
    width           : 100%;
    padding-left    : 15px;
    padding-top     : 2px;
    padding-bottom  : 2px;
    background-color: #dadda7;
    cursor          : pointer;
    }

#menu a
    {
    color           : #dadda7;
    text-decoration : none;
    }
    
#menu a:hover
    {
    color           : #dadda7;
    }
    
#item
    {
    margin-left     : 15px;
    margin-right    : 2px;
    margin-bottom   : 1px;
    font-size       : 14px;
    width           : 100%;
    padding-left    : 10px;
    padding-top     : 1pt;
    padding-bottom  : 1pt;
    background-color: #6e7041;
    cursor          : pointer;
    }
    
#item a
    {
    color           : #ffffff;
    text-decoration : none;
    }
    
#item a:hover
    {
    color           : #ffffff;
    }
    
#current_item
    {
    margin-left     : 2px;
    margin-right    : 2px;
    margin-bottom   : 1px;
    font-size       : 10px;
    color           : #ffffff;
    width           : 100%;
    padding-left    : 5px;
    padding-top     : 1pt;
    padding-bottom  : 1pt;
    background-color: #6e7041;
    }