アンカー タグのスタイルを追加し、hr タグの幅を 100% に変更しました。
<!doctype html>
<html>
<head>
<STYLE>
<!--
a:hover{color:#000000;}
-->
</STYLE>
<p> </p>
<img border="0" src="http://img812.imageshack.us/img812/2628/rf3h.png" alt="Vealed" width="280" height="81">
<!-- This hr tag needed a 100% width, not 60% -->
<HR COLOR="black" WIDTH="100%">
<p> </p>
<!--Added a style here and referenced it in the class atribute of the anchor tags in the global nav. -->
<style>
.navLink {
color: #000000;
text-decoration: none !important;}
ul
{
list-style-type:none;
font-size: xx-large;
font-family: helvetica neue;
font-weight: lighter;
margin:0;
padding:0;
}
li
{
display:inline;
}
</style>
</head>
<body>
<ul id="nav" >
<img border="0" src="http://www.miacreative.com/ESW/Images/WHITE-BOX-MID.png" alt="Vealed" width="280" height="81"> <li><a href="#">
<li>
<!-- see the class attribute here -->
<a href="#" class="navLink">Men</a>
</li>
<img border="0" src="http://www.miacreative.com/ESW/Images/WHITE-BOX-MID.png" alt="Vealed" width="30" height="81">
<li><a href="#" class="navLink">Women</a></li>
<img border="0" src="http://www.miacreative.com/ESW/Images/WHITE-BOX-MID.png" alt="Vealed" width="30" height="81">
<li><a href="#" class="navLink">Photography/Art</a></l
<p> </p>
<p> </p>
<p><p align="center"><img src='http://img547.imageshauuck.us/img547/3900/ehd.png' border='0'/></a><br>
</ul>
</body>
</html>