$(document).ready(function(){
			//$('#paNavBox').corner('5px');
			$('.listingThumb').corner('5px');
			//$('.detailBox').corner('5px');
			//$('.paNavBox').corner('5px');
			//$('.paNavEl').corner('5px');
			$('.paNavEl').hover(function(){$(this).css({backgroundColor:"#fcf8f2", cursor:"pointer"})}, function(){$(this).css({backgroundColor:"#ffffff", cursor:"default"})});			
			$('.paNavEl').bind("click", function(){document.location.href = $('#' + $(this).attr('id') + 'href').attr('href');});
			
			//$('#fmenuDiv2 li').corner('5px tr tl');
			//$('.outerBox').corner('5px');
		//	$('.fmenuhdr').corner('5px tr tl');
		});
		