.usual {
  background:#DBB7FF;
  color:#FFF;
  padding:0px;
  width:250px;
  margin:8px auto;
}
.usual li {
	list-style:none;
	float:left;
}
.usual ul a {
  height:23px;
  width:70px;
  display:block;
  padding:4px 0px 0px 0px;
  text-decoration:none!important;
  margin-left:0;  
  background:#CA95FF;
  font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
  font-size:13px;
  color:#FFF;
  font-weight:bold;
  text-align:center;
}
.usual ul a:hover {
  color:#FFF;
  background:#9B37FF;
  }
.usual ul a.selected {
  margin-bottom:0;
  color:#000;
  background:#AD5BFF;
  cursor:default;
  }
.usual div {
  padding:0px; 
  clear:left;
  background:AD5BFF;
  font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
}
/*.usual div a { color:#000; font-weight:bold; }

#usual2 { background:#0A0A0A; border:1px solid #1A1A1A; }
#usual2 a { background:#222; }
#usual2 a:hover { background:#000; }
#usual2 a.selected { background:snow; }
#tabs3 { background:#FF9; }
*/