#navigation_bar
    {
    color           : #000000;
    font-family     : Verdana, Arial;
    font-size       : 10pt;
    width           : 135px;
    }
    
#menu
    {
    margin-bottom   : 1px;
    font-size       : 12px;
    width           : 100%;
    padding-left    : 5px;
    padding-top     : 2px;
    padding-bottom  : 2px;
    background-color: #ffcc33;
    cursor          : pointer;
    }

#menu a
    {
    color           : #000000;
    text-decoration : none;
    }
    
#menu a:hover
    {
    color           : #000000;
    }
    
#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: #ffffff;
    cursor          : pointer;
    }
    
#item a
    {
    color           : #000000;
    text-decoration : none;
    }
    
#item a:hover
    {
    color           : #000000;
    }
    
#current_item
    {
    margin-left     : 2px;
    margin-right    : 2px;
    margin-bottom   : 1px;
    font-size       : 10px;
    color           : #999999;
    width           : 100%;
    padding-left    : 5px;
    padding-top     : 1pt;
    padding-bottom  : 1pt;
    background-color: #ffffff;
    }