The extra spaces and line-breaks can make some browsers go haywire.
Notice for example the <span>-tag where you close the tag only after 4 line-breaks:
Code: Select all
<li class="menuactive"><a class="menuactive"
href="http://www.amaritavargas.com/cmsms/"><span
>Home</span></a>
</li>
Code: Select all
<li class="menuactive">
<a class="menuactive" href="http://www.amaritavargas.com/cmsms/">
<span>Home</span>
</a>
</li>