var GE_IRDropDown = Class.create( GE_DropDown, {
	initialize:function($super, el) {
		$super(el);
		this.titleEl.update('Download update...');
	}
});

GE_Main.mapCSSToFn('dropdown_list', GE_IRDropDown);
