﻿function itemOpened(s, e) {
    if ($telerik.isIE8) {
        // Fix an IE 8 bug that causes the list bullets to disappear (standards mode only)
        $telerik.$("li", e.get_item().get_element())
     .each(function () { this.style.cssText = this.style.cssText; });
    }
}
