The problem is your URLs for these images in you CSS code.
Code:
url(../../My%20Documents/CMH20Intranet/navtest_r6_c11.gif);
I understand it is Intranet, so shouldn't the paths to these images be absolute (C:\\Windows\My Documents\CMH20Intranet/navtest_r6_c11.gif)? I'm not sure, but I know what you have is incorrect.