/* hide from ie5 mac \*/
html {
  height: 100%;
  overflow: hidden;
}
#flashcontent {
  height: 100%;
}
/* end hide */
body {
  height: 100%;
  margin: 0;
  background-color: #fff;
  font: normal 11px/130% Tahoma, Arial, sans-serif;
}

#tabs {
  width: 100%;
}

#tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#tabs ul li {
  list-style: none;
  float: left;
}
#tabs ul li a {
  text-decoration: none;
  color: #000;
  padding: 5px 10px;
  display: block;
  text-transform: uppercase;
}
#tabs ul li.active a {
  background: #262E35;
  color: #fff;
}
