﻿// hrc custom scripts

$(document).ready(function() {

    // force top border on main nav
    $("#sidebar ul:first-child").css("border-top", "1px solid #ffffff");

    // force last submenu link to have more padding
//    $("#sidebar li ul:last-child").css("padding-bottom", "0px");

    // round corners
    /*
    addEvent(window, 'load', initCorners);

    function initCorners() {
    var settings = {
    tl: { radius: 15 },
    tr: { radius: 15 },
    bl: { radius: 15 },
    br: { radius: 15 },
    antiAlias: true
    }

        curvyCorners(settings, "#border");
    }
    */
});
