jQuery(document).ready(function() {
	
	 jQuery(".bcTxt a:last-child").addClass("last_item");
	 jQuery("table.rgMasterTable tr th:last-child").addClass("last_coloumn");
	 jQuery("table.rgMasterTable tr.rgRow td:last-child").addClass("last_coloumn");
	 jQuery("table.rgMasterTable tr.rgAltRow td:last-child").addClass("last_coloumn");


	jQuery('.siteMenu .id41').hover(function() {
	jQuery(this).css("background-position","0 0px");
	}, function() {
	jQuery(this).css("background-position","0 0px");
	});
	
	jQuery('.siteMenu .id62').hover(function() {
	jQuery(this).css("background-position","-85px 0px");
	}, function() {
	jQuery(this).css("background-position","-85px 0px");
	});
	
	
	jQuery('.siteMenu .id72').hover(function() {
	jQuery(this).css("background-position","-172px 0px");
	}, function() {
	jQuery(this).css("background-position","-172px 0px");
	});
	
	
	jQuery('.siteMenu .id73').hover(function() {
	jQuery(this).css("background-position","-297px 0px");
	}, function() {
	jQuery(this).css("background-position","-297px 0px");
	});
	
	
	jQuery('.siteMenu .id78').hover(function() {
	jQuery(this).css("background-position","-472px 0px");
	}, function() {
	jQuery(this).css("background-position","-472px 0px");
	});
	
	
	jQuery('.siteMenu .id79').hover(function() {
	jQuery(this).css("background-position","-570px 0px");
	}, function() {
	jQuery(this).css("background-position","-570px 0px");
	});
	
	
	jQuery('.siteMenu .id80').hover(function() {
	jQuery(this).css("background-position","-692px 0px");
	}, function() {
	jQuery(this).css("background-position","-692px 0px");
	});
	
	jQuery('.siteMenu .id99').hover(function() {
	jQuery(this).css("background-position","-692px 0px");
	}, function() {
	jQuery(this).css("background-position","-692px 0px");
	});
	
	 
	jQuery('#expandtrigg1,#more1').click(function() {
		jQuery("#more1").slideToggle("fast");
	  	jQuery('#cont1').slideToggle();
    });
	jQuery('#expandtrigg2,#more2').click(function() {
		jQuery("#more2").slideToggle("fast");
	  	jQuery('#cont2').slideToggle();
    });
	jQuery('#expandtrigg3,#more3').click(function() {
		jQuery("#more3").slideToggle("fast");
	  	jQuery('#cont3').slideToggle();
    });
	jQuery('#expandtrigg4,#more4').click(function() {
		jQuery("#more4").slideToggle("fast");
	  	jQuery('#cont4').slideToggle();
    });
	jQuery('#expandtrigg5,#more5').click(function() {
		jQuery("#more5").slideToggle("fast");
	  	jQuery('#cont5').slideToggle();
    });
	jQuery('#expandtrigg6,#more6').click(function() {
		jQuery("#more6").slideToggle("fast");
	  	jQuery('#cont6').slideToggle();
    });
	jQuery('#expandtrigg7,#more7').click(function() {
		jQuery("#more7").slideToggle("fast");
	  	jQuery('#cont7').slideToggle();
    });
	jQuery('#expandtrigg8,#more8').click(function() {
		jQuery("#more8").slideToggle("fast");
	  	jQuery('#cont8').slideToggle();
    });
	jQuery('#expandtrigg9,#more9').click(function() {
		jQuery("#more9").slideToggle("fast");
	  	jQuery('#cont9').slideToggle();
    });
	jQuery('#expandtrigg10,#more10').click(function() {
		jQuery("#more10").slideToggle("fast");
	  	jQuery('#cont10').slideToggle();
    });
	jQuery('#expandtrigg11,#more11').click(function() {
		jQuery("#more11").slideToggle("fast");
	  	jQuery('#cont11').slideToggle();
    });
	jQuery('#expandtrigg12,#more12').click(function() {
		jQuery("#more12").slideToggle("fast");
	  	jQuery('#cont12').slideToggle();
    });
	

});

 

