#tabs {
  float:left; width:100%; font-size:93%; line-height:normal; background:#DAE0D2 url("/images/tabbk.gif") repeat-x bottom;
}
#tabs ul {
  margin:0; padding:10px 10px 0; list-style:none; 
}
#tabs li {
  float:left; background:url("/images/left.gif") no-repeat left top; margin:0; padding:0 0 0 9px;
}
#tabs a {
  float:left; display:block; background:url("/images/right.gif") no-repeat right top; padding:5px 15px 4px 6px; text-decoration:none; font-weight:bold; color:#ffffff;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a {
  float:none;
}
/* End IE5-Mac hack */
#tabs a:hover {
  color:#F5900C;
}
#tabs #currenttab {
  background-image:url("/images/lefton.gif");
}
#tabs #currenttab a {
  background-image:url("/images/righton.gif");
  color:#666666;
  padding-bottom:5px;
}
