#navigation_bar
    {
 /*   color           : #666666;*/
    font-family     : Verdana, Arial;
    font-size       : 8pt;
    width           : 170px;
    }
    
#menu
    {
    margin-bottom   : 1px;
    font-size       : 10px;
    font-weight     : bold;
    text-transform  : uppercase;
    width           : 100%;
    padding-left    : 5px;
    padding-top     : 2px;
    padding-bottom  : 2px;
	color           : #666666;	
  /*  background-color: #DDDDDD;*/
    cursor          : pointer;
    }

#menu a
    {
/*    color           : #666666;*/
    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;
	color			:#333333;	
 /*   background-color: #f9f9f9;*/
    cursor          : pointer;
    }
    
#item a
    {
	color			:#333333;
    text-decoration : none;
    }
    
#item a:hover
    {
	color: #006C36;
    }
    
#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: #e7e7e7;
    }
