#navigation_bar
    {
    color           : #A6791F;
    font-family     : Tahoma, Arial;
    font-size       : 11pt;
    width           : 230px;
    }
    
#menu
    {
    margin-bottom   : 1px;
    font-size       : 12px;
    width           : 100%;
    padding-left    : 5px;
    padding-top     : 2px;
    padding-bottom  : 2px;
    border-bottom   : 1px solid #A6791F;
    cursor          : pointer;
    }

#menu a
    {
    color           : #A6791F;
    text-decoration : none;
    }
    
#menu a:hover
    {
    color           : #e6c276;
    }
    
#item
    {
    margin-left     : 2px;
    margin-right    : 2px;
    margin-bottom   : 1px;
    font-size       : 10px;
    width           : 100%;
    padding-left    : 5px;
    padding-top     : 1pt;
    padding-bottom  : 1pt;
    background-color: #f8ecd6;
    cursor          : pointer;
    }
    
#item a
    {
    color           : #A6791F;
    text-decoration : none;
    }
    
#item a:hover
    {
    color           : #e6c276;
    }
    
#current_item
    {
    margin-left     : 2px;
    margin-right    : 2px;
    margin-bottom   : 1px;
    font-size       : 10px;
    color           : #A6791F;
    width           : 100%;
    padding-left    : 5px;
    padding-top     : 1pt;
    padding-bottom  : 1pt;
   
    }