div.categoryTab {
  line-height: 94px;
  height: 94px;
  vertical-align: middle;
  display: table-cell;
}

div.categoryTabRect {
  line-height: 80px;
  height: 80px;
  width: 210px;
  background-color: #313131;
  border-style: solid;
  border-width: 2px;
  border-color: #b3b3b3;
  font-family: "fantasy";
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  padding: 5px;
  float: left;
}

/* not selectable */
div.categoryTabRect > span {
  width: 210px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}

div.categoryTabRectHighlighted {
  background-color: #626262;
  border-color: #000088;
  border-right-width: 0px;
}

div.categoryTabTriangle {
  border-color: transparent transparent transparent #000088;
  border-style: solid;
  height: 0px;
  width: 0px;
  border-width: 47px 0px 47px 47px;
  float: left;
  display: none;
}

div.categoryTabTriangleInner {
  border-color: transparent transparent transparent #626262;
  position: relative;
  left: -48px;
  top: 2px;
  border-style: solid;
  height: 0px;
  width: 0px;
  border-width: 45px 0px 45px 45px;
  float: left;
  display: none;
}

/*div#categoryTabs {
  width: 220;
}*/