
#header {
  float:left;
  width:100%;
  font-size:14px;
  background: url(../images/tabs_2009/bg.gif) repeat-x bottom;
  line-height:normal;
  }
#header ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#header li {
  float:left;
  background:url(../images/tabs_2009/inactive_r2_c2.png) no-repeat left top;
  margin:0;
  padding:0 0 0 5px;
  }
#header a {
  float:left;
  display:block;
  background:url(../images/tabs_2009/inactive_r2_c3.png) no-repeat right top;
  padding:5px 11px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#fff;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  }
#header #current {
  background:url(../images/tabs_2009/active_tab_r2_c2.png) no-repeat left top;
  }
#header #current a {
  background-image:url(../images/tabs_2009/active_tab_r2_c3.png);
  color:#333;
  padding-bottom:5px;
  }

