/*  isTabs ~ Sean Catchpole  */


/* Style for Usual tabs */
.usual {
  padding:15px 20px;
  width:660px;
}

.usual li { list-style:none; float:left;
    margin: 0 0 0 1px;
    min-width: 160px;
}
.usual ul a {
  display:block;
  text-decoration:none;
  background: #3F64BC;
  padding-bottom: .1em;
}
.usual ul a span{
  color:#F08527;
  padding-left: .80em;
  font-size: .80em;
  font-weight: bold;
}
.usual ul a:hover {
  background: url(tab.png) no-repeat;
  background-position: 100% -50px;
}
.usual ul a:hover span, .usual ul a.selected span{
background-position: 100% -150px;
}
.usual ul a.selected {
  margin-bottom:0;
  color:black;
  background: url(tab.png) no-repeat;
  background-position: 100% -50px;
  border-bottom:1px solid #FFC48F;
  cursor:default;
  }
.usual div {

  clear:left;
}
.usual div a { color:#000; font-weight:bold; }


