ok, so this is straightforward to sort out. looking at the information you've provided, your network looks like this:
the devices on the 10.240.130.0 /24 network are using 10.240.130.1 as their default gateway. so, you have two options. you either configure all hosts on the 10.240.130.0 /24 network with a static route directing traffic destined for the 10.240.132.0 /22 network at a gateway of 10.240.130.15...or you simply configure the router at 10.240.130.1 with that route instead. i know which i would rather do, but i don't know whether you have administrative control over 10.240.130.1 or not. if you do, then happy days, and if you don't and your network administrator won't add that route then you're SOL and will have to add the route entry onto workstations that need to see the remote network. if it comes to it, remember to use the -P flag when entering the route on the workstations so that it is persistent between reboots.
the devices on the 10.240.132.0 /22 network...you've not provided an ipconfig from one of these devices so i don't know whether there is another router on that subnet. if there isn't, then you can safely configure the default gateway on those devices to be 10.240.132.8 and then you will be able to access the 10.240.130.0 /24 network. if there is another router on that network then the same rules as above apply - you either get the route put on that router, or you'll have to configure each host individually again.
additionally, if there isn't another router on the 10.240.132.0 /22 network already (e.g. for internet access, etc) and you want the 10.240.132.0 /22 subnet to be able to access other upstream networks other than 10.240.130.0 /24 (e.g. such as the internet, etc) then you'll need to configure a default route (0.0.0.0 /0) on the router you have inserted with a gateway of 10.240.130.1.
hope this helps, come back if you need clarification on anything.
edit: p.s. please excuse the shoddy 'mspaint' diagram, don't have visio on this laptop, LOL.
edit2: sorry, i just noticed you already had a static route on the .65 device (not sure how i missed that one!)... do you have a route on the 10.240.132.22 device pointing back at .8 for the 10.240.130.0 /24 network? if not, that's why the ping response will have failed. you know how to get to it, but it doesn't know how to get back to you. hope this helps.