/*
  body {
  background:#0ff;
  margin:0;
  padding:0;
  color:#000;
  font:x-small/1.5em Georgia,Serif;
  voice-family: "\"}\""; voice-family:inherit;
  font-size:small;
  } html>body {font-size:small;}
*/
#tabs {
/*  width:100%; */
/*  background:#DAE0D2 url("images/bg.gif") repeat-x bottom;
  font-size:93%; */
  line-height:normal;  
  }
  
#tabs ul {
  margin:0;
  padding:10px 0px 0;
  list-style:none;
  }
#tabs li {
  display:none;
  float:left;
  background:url("images/tabs_left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  white-space:nowrap;
  }
#tabs a {
  display:none;
  float:left;
  background:url("images/tabs_right.gif") no-repeat right top;
  padding:3px 15px 2px 6px;
  text-decoration:none;
  font-weight:bold;
/*  color:#765; */
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tabs a {float:none;}
/* End IE5-Mac hack */
#tabs a:hover {
  color:#000;
  }
#tabs #current {
  display:block;
  background-image:url("images/tabs_left_on.gif");
  }
#tabs #current a {
  display:block;
  background-image:url("images/tabs_right_on.gif");
  color:#fff;
/*  padding-bottom:5px;  */
  }
