.tab-frame {
    background :#eee url("city-hall.jpg") repeat-x top;
}

.tab_container {
    float: left;
    height: 128px;
    background :#eee url("back-800.jpg") repeat-x top;
    width: 800px;
}

body {
  background:#fff;
  margin:0;
  padding:0;
  color:#000;
  font:small "Trebuchet MS",Arial,Sans-serif;
  voice-family: "\"}\""; voice-family:inherit;
  font-size:medium;
  } html>body {font-size:medium;}

#header {
  float:left;
  width:800px;
  REMopacity:0.50;REMfilter:alpha(opacity=50);
  background:#eee url("bg.jpg") repeat-x top;
  line-height:normal;
  }
#header ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#header li {
  float:left;
  background:url("left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 28px;
  }
#header a {
  float:left;
  display:block;
  background:url("right.gif") no-repeat right top;
  padding:9px 28px 4px 0px;
  text-decoration:none;
  font-weight:bold;
  color:#92A2AC;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#A56060;
  }
#header .tab-current {
  background-image:url("left_on_b.jpg");
  color:white;
  }
#header .tab-current a {
  background-image:url("right_on_b.jpg");
  color:white;
  }

/* END */

.tab-body {
    display: none;
}

.tab-content-show {
    display: block;
}


