$(window).load(function() {
$("div#container div.left h2").prev("p").css("background", "url('http://unicomisit.com/themes/site_themes/default/images/sidebar-shadow.gif') center bottom no-repeat #fff").css("padding-bottom", "28px");
$("div#container div.left h2").prev("ul").css("background", "url('http://unicomisit.com/themes/site_themes/default/images/sidebar-shadow.gif') center bottom no-repeat #fff").css("padding-bottom", "28px");
$("div#container div.left p:last-child").css("background", "url('http://unicomisit.com/themes/site_themes/default/images/sidebar-shadow.gif') center bottom no-repeat #fff").css("padding-bottom", "28px");
$("div#container div.left ul:last-child").not("div#container div.left ul li ul").css("background", "url('http://unicomisit.com/themes/site_themes/default/images/sidebar-shadow.gif') center bottom no-repeat #fff").css("padding-bottom", "28px");
var containerHeight = $("#container").height();
if(containerHeight > $("#container .left").height()) {
$("#container div.left").css("height", containerHeight);
} else {
$("#container").css("height", $("#container .left").height());
}
});