/* ####################  Main Navigation Bar CSS Styling   ################## */ 

.navbar {
 position: absolute;
	top: 152px;
	left: 276px;
  width: 724px;
  height: 36px; /* height of nav bar - need to change in 2 places */
  margin: 0; 
  padding: 0;
  background-color: #9b0000; 
 /* border-bottom: 2px solid #CE0000;*/   
 /* border-top: 2px solid #CE0000;*/
}


a.navbartitle {
  display: block; 
  float: left;
  color: white;
  background-color: #9b0000;
  font-family: Verdana, Arial, Geneva,  Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin: 0; border: 0; padding: 0;
  line-height: 36px; /* height of nav bar - need to change in 2 places */
  text-align: center;
  text-decoration:none;
}
a.navbartitle:hover {
  background-color: #c90000; 
}
/* menu title widths */
#t1 { width: 120px; }
#t2 { width: 120px; }
#t3 { width: 121px; }
#t4 { width: 121px; }
#t5 { width: 121px; }
#t6 { width: 121px; }
