google.load("search", "1", {style: google.loader.themes.ESPRESSO});

$(function() {
    $('#topmenu li#searcharea').each(function() {
	    // Create a custom search control
        var customSearchControl = new google.search.CustomSearchControl('007167132121917263079:-0lglr02ny0');

        // Draw the control in example-div
        customSearchControl.draw('searcharea');
    });
	
});
