#nav {
  float: left;
  margin: 0;
  padding: 0;
  width: 800px;
  height: 25px;
  position: relative;
  }

#nav li ul {
  display: none;
 }

#nav li {
  display: inline;
  list-style: none;
  padding: 0; /*IE5/MAC Padding Fix*/
  }

#nav a, #nav span {
  float: left;
  background-image: url("../img/hnav_new.gif");
  background-repeat: no-repeat;
  text-decoration: none; /*Mozilla Underline Fix*/
  height: 25px;
  }

#nav strong {
  visibility: hidden;
  }


/* NAVIGATION BUTTON STYLES */

#aboutbygeorgejewelers a, #aboutbygeorgejewelers span {
	width: 224px;
	background-position: 0 0px;
	}
#aboutbygeorgejewelers a.selected, #aboutbygeorgejewelers span.selected, #aboutbygeorgejewelers a:hover {
	background-position: 0 -25px;
	}

#newsandevents a, #newsandevents span {
	width: 140px;
	background-position: -224px 0px;
	}
#newsandevents a.selected, #newsandevents span.selected, #newsandevents a:hover {
	background-position: -224px -25px;
	}

#collections a, #collections span {
	width: 123px;
	background-position: -364px 0px;
	}
#collections a.selected, #collections span.selected, #collections a:hover {
	background-position: -364px -25px;
	}

#designers a, #designers span {
	width: 108px;
	background-position: -487px 0px;
	}
#designers a.selected, #designers span.selected, #designers a:hover {
	background-position: -487px -25px;
	}

#history a, #history span {
	width: 90px;
	background-position: -595px 0px;
	}
#history a.selected, #history span.selected, #history a:hover {
	background-position: -595px -25px;
	}

#contactus a, #contactus span {
	width: 115px;
	background-position: -685px 0px;
	}
#contactus a:hover, #contactus span.selected, #contactus a.selected {
	background-position: -685px -25px;
	}