.usual {
  color:#111;
  padding:15px 0px;
  width:848px;
  border:0px;
  margin:8px auto;
  
}
.usual li { 
	float: left;
	margin: 0;
	padding: 0;
	height: 27px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 27px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #96C2F1;
	
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #EFF7FF;
}
.usual ul a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
.usual ul a:hover {
  color:#FFF;
	background: #96C2F1;
  }
.usual ul a.selected {
  margin-bottom:0;
  color:#fff;
	background: #96C2F1;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}
.usual div {
  padding:4px 4px 4px 4px;
  *padding-top:3px;
  *margin-top:-15px;
  clear:left;

	border: 1px solid #96C2F1;
  font:10pt ;
}
.usual div a { color:#000; font-weight:bold; }

#usual2 { background:#0A0A0A; border:1px solid #1A1A1A; }
#usual2 a { background:#222; }
#usual2 a:hover { background:#96C2F1; }
#usual2 a.selected { background:snow; }
#tabs3 { background:#FF9; }