/* Style for Usual tabs */
.usual {
  width: 100%;
  float: left; 
  clear: both;
}
.usual li { list-style:none; float:left; }
.usual ul a {
  display:block;
  padding:16px 20px;
  text-decoration:none!important;
  margin-right:6px;
  margin-left:0;
  font-size:14px;
  color:#707072;
  background:#fffeec;
}
.usual ul a:hover {
  color:#707072;
  background:#fffeec;
  }
.usual ul a.selected {
  margin-bottom:0;
  color:#000;
  background:snow;
  border-bottom:1px solid snow;
  cursor:default;
  }
.usualtab {
  padding:10px 10px 8px 10px;
  *padding-top:3px;
  *margin-top:-15px;
  clear:left;
  background:#FFF;
}