#navigation_bar
    {
    color           : #d5c6c6;
    font-family     : Verdana, Arial;
    font-size       : 9pt;
    width           : 170px;
    }
    
#left_menu
    {
    margin-bottom   : 1px;
    margin-left     : 2px;
    font-size       : 11px;
    font-weight     : bold;
    text-transform  : uppercase;
    width           : 170px;
    padding-left    : 5px;
    padding-top     : 2px;
    padding-bottom  : 2px;
    background-color: #1c0001;
    cursor          : pointer;
    color           : #d5c6c6;
    }

#left_menu a
    {
    color           : #d5c6c6;
    text-decoration : none;
    outline         : none;
    }
    
#left_menu a:hover
    {
    color           : #d5c6c6;
    outline         : none;
    }
    
#item
    {
    margin-left     : 2px;
    margin-right    : 2px;
    margin-bottom   : 1px;
    font-size       : 11px;
    width           : 170px;
    padding-left    : 5px;
    padding-top     : 1pt;
    padding-bottom  : 1pt;
    background-color: #1c0001;
    text-indent     : 15px;
    cursor          : pointer;
    }
    
#item a
    {
    color           : #ffffff;
    text-decoration : none;
    outline         : none;
    }
    
#item a:hover
    {
    color           : #ffffff;
    outline         : none;
    }
    
#current_item
    {
    margin-left     : 2px;
    margin-right    : 2px;
    margin-bottom   : 1px;
    font-size       : 11px;
    color           : #ffffff;
    width           : 170px;
    padding-left    : 5px;
    padding-top     : 1pt;
    padding-bottom  : 1pt;
    background-color: #300000;
    text-indent	  : 25px;
    }
