#topNav { 
  position: relative; z-index: 10;
  width: auto;
  margin: 0px 0px 0px 0px;
  padding-top: 4px;
  background: #F400A1;
}
#topNavdown { 
  position: relative; z-index: 10;
  border-bottom: 1px solid #888888; 
  width: auto;
  margin: 0px 0px 1px 0px;
  padding-top: 4px;
  background: #FB53AA;
}

#topNavdown1 { 
  position: relative; z-index: 10;
  width: auto;
  margin: 0px 0px 1px 0px;
  padding-top: 4px;
  background: #EE82EE;
}

#topNavdown2 { 
  position: relative; z-index: 10;
  width: auto;
  margin: 0px 0px 1px 0px;
  padding-top: 4px;
  background: #F400A0;
}

#topNavdown3 { 
  position: relative; z-index: 10;
  width: auto;
  margin: 0px 0px 1px 0px;
  padding-top: 4px;
  background: #EE82EE;
}

.navTab {
 margin: 0px 4px;
 padding: 0px 8px;
 background: #eeeeee;
 background-position: 0px 0px;			  
 font-size: 9pt;
 color: #888888;
 border-top: 1px solid #888888; 
 border-left: 1px solid #888888; 
 border-right: 1px solid #888888; 
}

.navTab1 {
 margin: 0px 4px;
 padding: 0px 8px;
 background: #EE82EE;
 background-position: 0px 0px;			  
 font-size: 9pt;
 color: #888888;
 border-top: 1px solid #888888; 
 border-left: 1px solid #888888; 
 border-right: 1px solid #888888; 
}

.navTab a {
 color: #000000;
 text-decoration: none;
 font-weight:bold;
}

.navTab a:hover {
 color: #000000;
 text-decoration: bold;
}

.hilite {
 background: #99ccff;
}

.currentTab {
 color: #000000;
  font-weight:bold;
  font-style: italic;
 text-decoration: none;
}