$(document).ready(function(){
	//
	//alert("helo");
	//$("#aboutus").css({'color':'red'});
	$(".moduletable_rgm a:last").css({'padding-top':'22px'});
	
	//document.getElementById('aboutus').style.display='none';
	
});

/*function hello(){
	//alert('hello');
	document.getElementById('aboutus').style.display='none';
}*/