#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 {
  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 {
	width: 224px;
	background-position: 0 -50px;
	}
#aboutbygeorgejewelers a.selected, #aboutbygeorgejewelers a:hover {
	background-position: 0 -25px;
	}

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

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

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

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

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