The problem is your flash image slider has pushed down the blue main nav on your home page. The sub menu ul elements are absolutely positioned relative to the top of the page. This works on your sub pages but not your home page since the menu has further down below the flash slider. The CSS looks like it's been pieced together and your menu shouldn't work like that. How much have you paid your programmer to work on the menu have you spent 1 hour on him? Will a $5 compliant well coded menu such as http://codecanyon.net/item/css3-mega-drop-down-menu/126387 be good enough to replace your menu?
Also while it's good to use sprites, if the only change in the graphic is on mouse hover. You can use a pure CSS3 menu and higlight the menu item on hover. You'll reduce your server load a bit which is the whole reason for using sprites, in which case if you keep yours why not include the red menu and other static graphics into one large sprite?