#header {
  position:absolute;
  top:5px; 
  left:310px; 
  padding:0px; 
  margin:0px;
  font-size:10px;
  font-weight:bold;
  line-height:normal;
  float:left;
  border:0px;
  }  
#header ul {
  margin:0;
  padding:3px 2px 0;
  list-style:none;
  }
#header li {
  float:left;
  background:url("../_images/right.gif") no-repeat right top;
  margin:0;
  padding:0 5px 0 2px;
  }
#header a {
  float:left;
  display:block;
  background:url("../_images/left.gif") no-repeat left top;
  padding:5px 7px 4px 20px;
  text-decoration:none;
  font-weight:bold;
  color:Black;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:orange;
  } 
#header #current {
  background-image:url("../_images/right_on.gif");
  }
#header #current a {
  background-image:url("../_images/left_on.gif");
  color:#333;
  padding-bottom:5px;
  }
 
#tabs {
  position:absolute;
  top:99px;
  left:10px;
  width:900px;
  padding:0px;
  margin:0px;
  float:left;
  font-size:10px;
  line-height:normal;
  }
#tabs ul {
margin:0;
padding:3px 2px 0;
list-style:none;
  }
#tabs li {
  display:inline;
  margin:0;
  padding:0;
  }
#tabs a {
  float:left;
  background:url("../_images/tableftI.gif") no-repeat left top;
  margin:0;
  padding:0 5px 0 4px;
  text-decoration:none;
  }
#tabs a span {
  float:left;
  display:block;
  background:url("../_images/tabrightI.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:white;
  font-weight:bold;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
  font-weight:bold;
  color:yellow;
  }
#tabs a:hover {
  background-position:0% -42px;
  }
#tabs a:hover span {
  background-position:100% -42px;
  }  
  
#tabs #current a {
  background-position:0% -42px;
}
#tabs #current a span {
  background-position:100% -42px;
  padding:5px 15px 5px 6px;
}

#tabs #currentMain a {
  background-position:0% -42px;
}
#tabs #currentMain a span {
  background-position:100% -42px;
  padding:5px 15px 5px 6px;
}

#tabs #red a {
  float:left;
  background:url("../_images/tableftr.gif") no-repeat left top;
  background-position:0% 0px;
  margin:0;
  padding:0 5px 0 4px;
  text-decoration:none;
  }
#tabs #red a span {
  float:left;
  display:block;
  background:url("../_images/tabrightr.gif") no-repeat right top;
  background-position:100% 0px;
  padding:5px 15px 4px 6px;
  color:white;
  font-weight:bold;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs #red a span {float:none;}
/* End IE5-Mac hack */
#tabs #red a:hover span {
  font-weight:bold;
  color:yellow;
  }
#tabs #red a:hover {
  background-position:0% -42px;
  }
#tabs #red a:hover span {
  background-position:100% -42px;
  } 
