
body {
  width: 625px; /* should divide evenly by # of tabs */
  margin:auto;
  font-family:"Times New Roman", Times, serif;
}
	
/** navigation system *****************************/

a img { border: none; }

#navbar ul {
  padding-left: 0;
  margin-left: 0;
  background-color: #eee;
  color: White;
  float: left;
  width: 100%;
}

#navbar ul li { 
  display: inline; 
  width: 125px; 
}

#navbar ul li a, #navbar ul li .active {
  /* 624px /6 = 104px  ; 625/5=125 */
  width:121px;
  padding-left: 3px;
  padding-top: 0.2em;
  padding-bottom: 0.3em;
  text-decoration: none;
  float: left;
  border-right: 1px solid #fff;
  font-weight:bold;
}

#navbar ul li a {
  background-color: #eee;
  color: black;
}

#navbar ul li .active {
	background:#3366FF;
	color: white;
}

#navbar ul li a:hover {
  background-color: #039;
  color: #fff;
}
