hi – yes its possible to do that by assigning a class to the body or content tag when on the homepage, and then create css to override the normal menu bg with the homepage bg when on the homepage
(I am using this as example code – it is not going to work on your site as is)
#menu { background: url(images/menu_bg_nav.jpg) no-repeat }
.home #menu { background: url(images/home_menu_bg_nav.jpg) no-repeat }
if you need more specific instructions to implement this, post the URL to your site