jQuery(document).ready(function(){
	jQuery("#p7PMnav li:has(ul)").addClass("awesome");
	jQuery("#sidecontent").html(jQuery("#sidebar-source").html());
	jQuery("#sidebar-source").empty();
	jQuery("#sidecontent :first-child").addClass("nomargintop");
});

jQuery(document).ready(function(){
	jQuery("#bottom_menu_bar").html(jQuery("#bottom_menu_bar-source").html());
	jQuery("#bottom_menu_bar-source").empty();
	jQuery("#bottom_menu_bar :first-child").addClass("nomargintop");
});