#headerTabs {
  float:left;
  width:700px;
  line-height:normal;
  height: 25px;
  }
#headerTabs ul {
  margin:0;
  padding:0 10px 0;
  list-style:none;
  }
#headerTabs li {
  float:left;
  margin:0;
  padding:0 0 0 9px;
  font-size: 1.2em;
  font-weight: bold;
  }
#headerTabs a {
  float:left;
  display:block;
  padding:5px 15px 0 0;
  text-decoration:none;
  font-weight:bold;
  color:#781012;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#headerTabs a {float:none;}
/* End IE5-Mac hack */
#headerTabs a:hover {
  color:#000;
  }
#headerTabs #current {
  }
#headerTabs #current a {
  color:#781012;
  }
