Hello there, really loving this template, thank you. I've done a bit of modification to it, and still hacking away at it. I've noticed that it looks pretty awful in Internet Explorer 6 (looks fine in Firefox, Safari and IE7). The top level tabs of the drop down menu are stacking on top of one another, and stretching across the page. The website is at http://one.valcatohosting.com/~arcademu

I've tried the .htaccess instructions but I'm not seeing any difference, however, I can't be sure if I've done it correctly. My .htaccess looks like this:

# -FrontPage-

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName arcademusic.co.uk
AuthUserFile /home/arcademu/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/arcademu/public_html/_vti_pvt/service.grp

RewriteEngine On
RewriteCond %{HTTP_HOST} ^one.valcatohosting.com/~arcademu$ [NC]
RewriteRule ^(.*)$ http://one.valcatohosting.com/~arcademu$1 [R=301,L]

I'd really appreciate it if anyone could help with this one. I have searched this forum (which is an effort in itself - loads of posts) but can't really find much on this issue.

Cheers!