Okay, first off I need to disclose that I'm setting this up in a subdirectory on Godaddy. snelsonco.org/cs
Almost everything is working correctly, however the background images and some of the dropdown images aren't having their paths created correctly:
<div id="MainBorderLeft"><div id="MainBorderRight"><div id="MainBorder">
<div id="MainNavigation">
<a class="active" href="/cs/"><span>Home</span></a>
<a href="/cs/blogs/"><span class="bdd">Blogs</span></a><a href="#" onclick="return aeroscript.Navigation.DropDown('blog', this);" class="dd"><span><img src="/csThemes/Aero2007/Images/down-white.gif" alt=" " /></span></a>
<a href="/cs/forums/"><span class="bdd">Forums</span></a><a href="#" onclick="return aeroscript.Navigation.DropDown('forums', this);" class="dd"><span><img src="/csThemes/Aero2007/Images/down-white.gif" alt=" " /></span></a>
<a href="/cs/photos/"><span class="bdd">Photos</span></a><a href="#" onclick="return aeroscript.Navigation.DropDown('gallery', this);" class="dd"><span><img src="/csThemes/Aero2007/Images/down-white.gif" alt=" " /></span></a>
<a href="/cs/files/"><span class="bdd">Downloads</span></a><a href="#" onclick="return aeroscript.Navigation.DropDown('files', this);" class="dd"><span><img src="/csThemes/Aero2007/Images/down-white.gif" alt=" " /></span></a>
<a href="/cs/controlpanel/default.aspx"><span>Control Panel</span></a>
You'll see that most of the paths are correct, but the image paths aren't being formed correctly. It's the same issue with the background:
http://snelsonco.org/csThemes/Aero2007/Background.ashx?1280x964=21000
Any suggestions. I've been looking for a while and I'm not able to track down so far where these paths are being created.