#tabMenu {margin:0;padding:0 0 0 15px;list-style:none;}
#tabMenu li {
  padding: 4px;
  float:left;
  cursor: pointer; cursor: hand;
  text-align: center;
}

li.tab-1, li.tab-2, li.tab-3 {background-color: #eee;}

li.mouseover {
  background-color: #ddd;
}
li.mouseout {}
li.selected {
  background-color: #ddd;
}

.box {
  /*width:643px;*/
  font-size: 0.8em;
}
.boxBody {
  background-color: #ddd;
  padding: 7px;
}

.boxBody div {display:none;}
.boxBody div.show {display:block;}

.boxTop, .boxBottom {
  background-color: #ddd;
  padding: 3px;
  clear: both;
}