

#nav{
padding:109px 0 0 0;
border: 0px solid white;
width:100%;
}

#navBar{
width:587px;
text-align:center;
margin:0 auto;
padding:0;
border:0px solid red;
}

:focus
{
  -moz-outline-style: none;
}

ul li{
   display:block;
   float:left;
   list-style-type:none;
}

ul li a {
   height:32px;
   display:block;
   text-indent:-9009px;
   }
   
   
 ul li#nav1 a {
      width:76px;
      background:url(img/homeN.gif) no-repeat 0 0;
   }
   
 ul li#nav1iamhere a {
      width:76px;
      background:url(img/homeO.gif) no-repeat 0 0;
   }
   
ul li#nav1 a:hover {
   background:url(img/homeO.gif) no-repeat 0 0;
   }
   
 ul li#nav2 a {
      width:81px;
      background:url(img/huntsN.gif) no-repeat 0 0;
   }
   
ul li#nav2 a:hover {
   background:url(img/huntsO.gif) no-repeat 0 0;
   } 
   
 ul li#nav2iamhere a {
      width:81px;
      background:url(img/huntsO.gif) no-repeat 0 0;
   }
   
 ul li#nav3 a {
      width:108px;
      background:url(img/trophiesN.gif) no-repeat 0 0;
   }
   
ul li#nav3 a:hover {
   background:url(img/trophiesO.gif) no-repeat 0 0;
   }
   
 ul li#nav3iamhere a {
      width:108px;
      background:url(img/trophiesO.gif) no-repeat 0 0;
   }
   
 ul li#nav4 a {
      width:75px;
      background:url(img/linksN.gif) no-repeat 0 0;
   }
   
ul li#nav4 a:hover {
   background:url(img/linksO.gif) no-repeat 0 0;
   } 
   
ul li#nav4iamhere a {
            width:75px;
            background:url(img/linksO.gif) no-repeat 0 0;
   }

 ul li#nav5 a {
      width:114px;
      background:url(img/aboutN.gif) no-repeat 0 0;
   }
   
ul li#nav5 a:hover {
   background:url(img/aboutO.gif) no-repeat 0 0;
   }
   
ul li#nav5iamhere a {
         width:114px;
         background:url(img/aboutO.gif) no-repeat 0 0;
   }

 ul li#nav6 a {
      width:131px;
      background:url(img/contactN.gif) no-repeat 0 0;
   }
   
ul li#nav6 a:hover {
   background:url(img/contactO.gif) no-repeat 0 0;
   } 
   
ul li#nav6iamhere a {
         width:131px;
         background:url(img/contactO.gif) no-repeat 0 0;
   }   
