//Call function when the dom is ready
jQuery(document).ready(function($) {

// content-left navigation
	$("#dropmenu li:has(ul)").addClass("hasChild");
	$("#dropmenu li").wrapInner("<span></span>");

// end	
});