/* navigation formatting */
#nav-bar { 
  height: 43px;
  padding-bottom: 8px;
}

.nav {
  width: 960px; 
  height: 43px;
  background: url("../images/navbar1.jpg");
  position: absolute;
}

.nav li {
	display: inline;
}

.nav li a:link, .nav li a:visited {
  position: absolute;
  top: 0;
  height: 43px;
  text-indent: -9000px;
  overflow: hidden;
  z-index: 10;
}


/* COMMITTEES */
.nav .committees a:link, .nav .committees a:visited {
  left: 0; 
  width: 144px;
}
.nav .committees a:hover, .nav .committees a:focus {
  background: transparent url("../images/navbar1.jpg") 0 -43px no-repeat;
}
.nav .committees a:active {
  background: transparent url("../images/navbar1.jpg") 0 -86px no-repeat;
}
.current-committees .committees a:link, .current-committees .committees a:visited {
  background: url("../images/navbar1.jpg") 0px -43px no-repeat;

}
.nav-committees, .nav-committees-click {
	position: absolute;
	top: 0;
	left: 0;
	width: 144px;
	height: 43px;
  background: url("../images/navbar1.jpg") 0 -43px no-repeat;
}
.nav-committees-click {
	background: url("../images/navbar1.jpg") 0 -86px no-repeat;
}


/* CONFERENCES */
.nav .conferences a:link, .nav .conferences a:visited {
  left: 144px; 
  width: 158px;
}
.nav .conferences a:hover, .nav .conferences a:focus {
  background: transparent url("../images/navbar1.jpg") -144px -43px no-repeat;
}
.nav .conferences a:active {
  background: transparent url("../images/navbar1.jpg") -144px -86px no-repeat;
}
.current-conferences .conferences a:link, .current-conferences .conferences a:visited {
  background: url("../images/navbar1.jpg") -144px -43px no-repeat;

}
.nav-conferences, .nav-conferences-click {
  position: absolute;
  top: 0;
  left: 144px;
  width: 158px;
  height: 43px;
  background: url("../images/navbar1.jpg") -144px -43px no-repeat;
}
.nav-conferences-click {
  background: url("../images/navbar1.jpg") -144px -86px no-repeat;
}


/* STP STANDARDS */
.nav .standards a:link, .nav .standards a:visited {
  left: 302px; 
  width: 182px;
}
.nav .standards a:hover, .nav .standards a:focus {
  background: transparent url("../images/navbar1.jpg") -302px -43px no-repeat;
}
.nav .standards a:active {
  background: transparent url("../images/navbar1.jpg") -302px -86px no-repeat;
}
.current-standards .standards a:link, .current-standards .standards a:visited {
  background: url("../images/navbar1.jpg") -302px -43px no-repeat;

}
.nav-standards, .nav-standards-click {
  position: absolute;
  top: 0;
  left: 302px;
  width: 182px;
  height: 43px;
  background: url("../images/navbar1.jpg") -302px -43px no-repeat;
}
.nav-standards-click {
  background: url("../images/navbar1.jpg") -302px -86px no-repeat;
}


/* RESOURCE CENTER */
.nav .resources a:link, .nav .resources a:visited {
  left: 484px; 
  width: 200px;
}
.nav .resources a:hover, .nav .resources a:focus {
  background: transparent url("../images/navbar1.jpg") -484px -43px no-repeat;
}
.nav .resources a:active {
  background: transparent url("../images/navbar1.jpg") -484px -86px no-repeat;
}
.current-resources .resources a:link, .current-resources .resources a:visited {
  background: url("../images/navbar1.jpg") -484px -43px no-repeat;

}
.nav-resources, .nav-resources-click {
  position: absolute;
  top: 0;
  left: 484px;
  width: 200px;
  height: 43px;
  background: url("../images/navbar1.jpg") -484px -43px no-repeat;
}
.nav-resources-click {
  background: url("../images/navbar1.jpg") -484px -86px no-repeat;
}


/* NEWS CENTER */
.nav .pressroom a:link, .nav .pressroom a:visited {
  left: 684px; 
  width: 153px;
}
.nav .pressroom a:hover, .nav .pressroom a:focus {
  background: transparent url("../images/navbar1.jpg") -684px -43px no-repeat;
}
.nav .pressroom a:active {
  background: transparent url("../images/navbar1.jpg") -684px -86px no-repeat;
}
.current-pressroom .pressroom a:link, .current-pressroom .pressroom a:visited {
  background: url("../images/navbar1.jpg") -684px -43px no-repeat;

}
.nav-pressroom, .nav-pressroom-click {
  position: absolute;
  top: 0;
  left: 684px;
  width: 153px;
  height: 43px;
  background: url("../images/navbar1.jpg") -684px -43px no-repeat;
}
.nav-pressroom-click {
  background: url("../images/navbar1.jpg") -684px -86px no-repeat;
}


/* ABOUT */
.nav .about a:link, .nav .about a:visited {
  left: 837px; 
  width: 123px;
}
.nav .about a:hover, .nav .about a:focus {
  background: transparent url("../images/navbar1.jpg") -837px -43px no-repeat;
}
.nav .about a:active {
  background: transparent url("../images/navbar1.jpg") -837px -86px no-repeat;
}
.current-about .about a:link, .current-about .about a:visited {
  background: url("../images/navbar1.jpg") -837px -43px no-repeat;

}
.nav-about, .nav-about-click {
  position: absolute;
  top: 0;
  left: 837px;
  width: 123px;
  height: 43px;
  background: url("../images/navbar1.jpg") -837px -43px no-repeat;
}
.nav-about-click {
  background: url("../images/navbar1.jpg") -837px -86px no-repeat;
}