jQuery.noConflict();
jQuery (document).ready(function (){
	
	
	
	jQuery(".topnav_pane .topnav_Inside .topnav_Inside2").corner("top round 5px").parent().css('padding', '1px 1px 0').corner("top round 6px");
	jQuery(".round_pane_b .round_Inside_b .round_Inside2_b").corner("bottom round 5px").parent().css('padding', '0 1px 1px').corner("bottom round 6px");
	jQuery(".round_pane_b2 .round_Inside_b2 .round_Inside2_b2").corner("bottom round 5px").parent().css('padding', '0 2px 2px').corner("bottom round 6px");
	jQuery(".round_pane_s .round_Inside_s .round_Inside2_s").corner("round 5px").parent().css('padding', '2px').corner("round 6px");
	jQuery(".round_pane_c .round_Inside_c .round_Inside2_c").corner("round 5px").parent().css('padding', '2px').corner("round 6px");
	jQuery(".round_pane_c2 .round_Inside_c2 .round_Inside2_c2").corner("bottom round 5px").parent().css('padding', '0 2px 2px').corner("bottom round 6px");
	
	jQuery(".round_pane .round_Inside .round_Inside2").corner("round 5px").parent().css('padding', '0 1px 1px').corner("round 6px");
	jQuery(".rp_pane .rp_Inside .rp_Inside2").corner("round 5px").parent().css('padding', '1px').corner("round 6px");
	jQuery(".rc_pane .rc_Inside .rc_Inside2").corner("round 5px").parent().css('padding', '1px').corner("round 6px");

	window.setTimeout(function (){
		var cHeight = jQuery ("#content").height();
		jQuery ("#nls").height(cHeight-82);
		jQuery ("#nrs").height(cHeight);
	}, 250);
	ddsmoothmenu.init({
		mainmenuid: "smoothmenu1", //menu DIV id
		orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"
		classname: 'ddsmoothmenu', //class added to menu's outer DIV
		//customtheme: ["#1c5a80", "#18374a"],
		contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
	})
	
	
});
