You have some cats under the home tab that are not there by default??
Do what you did there but to the EMPTY categories tab that I have highlighted
Code:
<div id="dropMenu">
<ul class="level1">
<li class="submenu"><a href="http://photographysisters.com/index.php?main_page=index">Home</a>
<ul class="level2">
<li><a href="http://photographysisters.com/index.php?main_page=products_new">New Products</a></li>
<li><a href="http://photographysisters.com/index.php?main_page=products_all">All Products</a></li>
<li><a href="http://photographysisters.com/index.php?main_page=specials">Specials</a></li>
<li><a href="http://photographysisters.com/index.php?main_page=advanced_search">Search</a></li>
</ul>
</li>
<li class="submenu"><a href="http://photographysisters.com/index.php?main_page=site_map">Categories</a>
<ul class="level2"></ul> </li>
2. You will have to add #siteMapList ul a:hover and #siteMapList ul li a:hover statements to your css and specify the hover color
3. In your css find and adjust
Code:
LEGEND {
color:#333;
}
4. This depends upon your host and what you can do with your htaccess file
You want to define that .html or .htm will load and not .php then on your page you can call the index.php with a href???? to the Zen Cart file index.php
it will resemble:
For web servers using PHP as apache module:
AddType application/x-httpd-html .htm
or
For web servers running PHP as CGI:
AddHandler application/x-httpd-html .htm