	$(document).ready(function(){ 
		$('.email').mailto();
		
		$(document).pngFix();


		// nav & button rollover fix for ie6 start
		if($.browser.msie && $.browser.version=="6.0"){
			$('#nav').find('li').mouseover(function() {
				if($(this).attr('id')!="sucheContainer")$(this).css('background','url(img/n_rhi_tv.gif) no-repeat right')
			});
			$('#nav').find('li').mouseout(function() {
				if($(this).attr('id')!="sucheContainer")$(this).css('background','url(img/n_r_tv.gif) no-repeat right')
			});
			$('#subnav').find('div').mouseover(function() {
				$(this).css('background','url(img/sn_rhi_tv.gif) no-repeat right')
			});
			$('#subnav').find('div').mouseout(function() {
				$(this).css('background','url(img/sn_r_tv.gif) no-repeat right')
			});
			
			$('div').find('.WWbutt').mouseover(function() {
				$(this).css('background','url(img/sn_rhi_tv.gif) no-repeat right')
			});
			$('div').find('.WWbutt').mouseout(function() {
				$(this).css('background','url(img/sn_r_tv.gif) no-repeat right')
			});
		}
		// nav & button rollover fix for ie6 start

	});
