$(document).ready(function() {	
	$('#nav-search select')
		.bind('click change', function() {
			$('.dropdown_2columns')
				.css({
					'left':'-1px',
					'top':'auto'
				});
			$(this)
				.parents('li.top')
				.css({
					'background':'#FFFFFF'
				});
			$(this)
				.parents('.drop')
				.css({
					'background-image':'url(/sites/all/themes/zeco/images/2/nav-green-arrow-up.png)',
					'background-repeat-x':'no-repeat',
					'background-repeat-y':'no-repeat',
					'background-position-x':'100%',
					'background-position-y':'50%'
				});
			
		})
		.blur(function() {
			$('.dropdown_2columns, li.top, .drop').removeAttr('style');		
		});
});

if (Drupal.jsEnabled) {
    $(document).ready(function() {
        var lab1 = $('#-brochure-download-form label');
        lab1.each(function() { $(this).html($(this).html().replace(":", "")); });
    });
}

if (Drupal.jsEnabled) {
    $(document).ready(function() {
        var lab2 = $('#webform-client-form-2282 label');
        lab2.each(function() { $(this).html($(this).html().replace(":", "")); });
    });
}

