I have an array $rates
I used print_r to see if I have the values I want. And returns the information below.  
Array (
    [125] => Array (
        [2011] => Array (
            [ca] => Array (
                [8810] => Array (
                    [0] => Array (
                      [Key] => 481
                      [Code] => 8810
                      [Desc] => Clerical Office Employees - NOC
                      [Desc_escaped] => Clerical Office Employees - NOC
                      [Rate] => 0.82
                      [Exclusion] => 0
                      [peo_id] =>
                    )
                )
            )
        )
    )
) 
I have tried a number of methods to get the info I want but have been unsuccessful. I am after the value of [Rate]
 
     
    