Here is the CSS
navigation {float:right; display:inline; list-style-type:none; padding-left:13px; width:500px}
#navigation #index { padding-top:5px; height:51px; width:146px; border-left:2px groove #e1e3e3}
#navigation #about_us { padding-top:5px; height:51px; width:150px}
#navigation #contact_us { padding-top:5px; height:51px; width:146px}
#navigation #our_breeds { padding-top:5px; height:51px; width:146px}
#navigation #order { padding-top:5px; height:51px; width:146px}
#navigation li {float:right; margin:0; font-size:18px; border-right:2px groove #e1e3e3}
#navigation li a {display:block; height:41px; padding-top:16px; text-align:center; color:#0e7297; text-decoration:none}
#navigation li a:hover {color:#62acff; text-decoration:none}
#navigation #index { padding-top:5px; height:51px; width:146px; border-left:2px groove #e1e3e3}
#navigation #about_us { padding-top:5px; height:51px; width:150px}
#navigation #contact_us { padding-top:5px; height:51px; width:146px}
#navigation #our_breeds { padding-top:5px; height:51px; width:146px}
#navigation #order { padding-top:5px; height:51px; width:146px}
#navigation li {float:right; margin:0; font-size:18px; border-right:2px groove #e1e3e3}
#navigation li a {display:block; height:41px; padding-top:16px; text-align:center; color:#0e7297; text-decoration:none}
#navigation li a:hover {color:#62acff; text-decoration:none}
and HTML
<ul id="navigation">
<li id="contact_us"><a href="contact-us.html">Contact Us</a></li>
<li id="about_us"><a href="about-us.html">About Us</a></li>
<li id="index"><a href="index.html">Home</a></li>
<li id="our_breeds"><a href="our-breeds.html">Our Breeds</a></li>
</ul
<li id="contact_us"><a href="contact-us.html">Contact Us</a></li>
<li id="about_us"><a href="about-us.html">About Us</a></li>
<li id="index"><a href="index.html">Home</a></li>
<li id="our_breeds"><a href="our-breeds.html">Our Breeds</a></li>
</ul
but when i view the site the link is down under "Contact Us"
You can see what i am talking about here: http://test.silvervalleypoultry.com/ i only have that link on the home page. and i have not used the order link yet.
Any help would be welcome