$(function() {
	$("#search .s-ddl select").selectmenu({
		style: 'dropdown',
		width: 130 ,
		maxHeight: 250
	}); 
});
