$(document).ready(function()
{
    // fix IE's lack of support for the :last-child selector
    // as used in main.css to style the last element of the breadcrumb trail
    $("div#breadcrumb div.selected")
        .css('color', 'black')
        .css('background', '#fff url(/images/chevron.png) right no-repeat');
});
