How i can chanche the background on navigation?


i've use this {NAV_TABLE_COLUMN} command, but where is the possibility to chanche it?
thanks for help
Code: Select all
$template_default["nav_table_struct"]["row_norm_bgcolor"] = "#FBF8F8";
$template_default["nav_table_struct"]["row_norm_bgimage"] = "";
$template_default["nav_table_struct"]["row_norm_class"] = "";
//
$template_default["nav_table_struct"]["row_over_bgcolor"] = "FFFFFF"; //#AAB7C1
$template_default["nav_table_struct"]["row_active_bgcolor"] = "#FFFFFF";
$template_default["nav_table_struct"]["row_active_bgimage"] = "";
$template_default["nav_table_struct"]["row_active_class"] = "";
//
$template_default["nav_table_struct"]["row_space"] = 1;
$template_default["nav_table_struct"]["row_space_bgcolor"] = "#BFBFBF";