Here are the changes I've made below (replace any existing styles with these)...
You can see a copy of the page working here:
http://www.webopius.com/projects/chris/chris.html
(Just let me know and I'll delete this once you've got your site working)
This has been tested (quickly) on Windows: IE8, Firefox and Chrome and Mac: Safari, Chrome, Firefox and Opera
CSS changes (replace the full paths to images with just images/ as before) ...
Code:
/* @group Webopius Mods */
#custservice {
display: inline;
float: left;
}
#myaccount {
display: inline;
float: left;
}
#custservice A {
WIDTH: 171px; display: block; BACKGROUND: url(http://development.martz.me/theme/web_files/images/TopCusService2.png) no-repeat; HEIGHT: 94px
}
#topnotes {
position: absolute;
right: 0px;
bottom: 0px;
}
#custservice A:hover {
BACKGROUND: url(http://development.martz.me/theme/web_files/images/TopCusService1.png) no-repeat;
}
#myaccount A {
WIDTH: 150px; display: block; BACKGROUND: url(http://development.martz.me/theme/web_files/images/TopMyAccount2.png) no-repeat; HEIGHT: 94px
}
#myaccount A:hover {
WIDTH: 150px; BACKGROUND: url(http://development.martz.me/theme/web_files/images/TopMyAccount1.png) no-repeat; HEIGHT: 94px
}
#menu {
POSITION: absolute; WIDTH: 650px; BOTTOM: -1px; HEIGHT: 33px; LEFT: 163px;
}
#menu UL {
LIST-STYLE-TYPE: none; WIDTH: 700px; HEIGHT: 33px; margin: 0px;
}
#menu LI {
TEXT-ALIGN: center; LIST-STYLE-TYPE: none; DISPLAY: inline
}
#menu LI A {
TEXT-INDENT: -9999px; DISPLAY: block; BACKGROUND: url(http://development.martz.me/theme/web_files/images/tabs.png) no-repeat; FLOAT: left; TEXT-DECORATION: none
}
/* @end */