  #navBar {
	background: url(images/proshot-nav-bg.png) no-repeat top center;
	margin: 0 auto 0 0;
	width: 100%;
	height: 30px;
	overflow: hidden;
	text-align: center;
	line-height: 33px;
  }
  #navBar .buttons {
  	margin: 0 auto 0 auto;
	width: 870px;
  }
  #navBar ul {
  	list-style: none;
  }
  #navBar ul li {
  	float: left;
  }
  #navBar .button {
  	display: inline;
  	float: left;
	margin-left: 7px;
	margin-right: 7px;
  }
  #navBar .bullet {
  	display: inline;
	float: left;
  	vertical-align: bottom;
  }
  #navBar .bullet img {
  	vertical-align: baseline;
  }
  #navBar .button:hover, #navBar .selectedButton {
  	display: inline;
  	background: #1e2d42;
	margin-left: 7px;
	margin-right: 7px;
  	float: left;
  }
  #navBar .selectedButton a, #navBar .button:hover a {
  	color: #ff9900;
  }
  #navBar a {
  	padding: 6px;
  	color: #000;
	font-family: Helvetica,sans-serif; 
	font-size: 10pt;
	text-decoration: none;
  }
