#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;
  margin: 0;
  padding: 0;
  }

#nav strong {
  visibility: hidden;
  }


/* NAVIGATION BUTTON STYLES */

#aboutcarrotsigns a {
	width: 249px;
	background-position: 0 -50px;
	}
#aboutcarrotsigns a.selected, #aboutcarrotsigns a:hover {
	background-position: 0 -25px;
	}

#oursignwork a {
	width: 205px;
	background-position: -249px -50px;
	}
#oursignwork a.selected, #oursignwork a:hover {
	background-position: -249px -25px;
	}

#aboutus a {
	width: 163px;
	background-position: -454px -50px;
	}
#aboutus a.selected, #aboutus a:hover {
	background-position: -454px -25px;
	}

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