.boxHead {
	background: #0093D9; height:26px;
}
.boxHead ul {margin:0px 10px 0px 0px;padding:0px;list-style: none;}
.boxHead li { 
	float: right; 
	height: 22px; 
	line-height: 20px; 
	color: #fff; 
	text-align: center; 
	cursor: pointer;
	margin:4px 0px 0px 0px;
}

.boxHead li.current { 
	background: #fff; 
	font-size: 12px;
	color:#CC3300;
	font-weight:bold;
}
.boxBody { 
	padding: 4px; 
	border-top: 0px; 
}

