#tabIndex {
	margin: 0px;
	padding: 0px;
}

#tabIndex li {
	float:left;
	list-style-type: none;
	cursor: pointer;
	display: block;
	margin: 0px;
	padding: 0px;
	height:32px !important;
}

#tabIndex .close {
}
#tabIndex .open {
}

#tabBoxIndex {
	clear: both;
	height:1%;
}
#tabBoxIndex .tabBox {
	width:735px;
  height:auto;
}
#tabBoxIndex .tabBox ul {
	padding-left: 11px;
}
#tabBoxIndex .tabBox li {
	float: left;
	display: block;
}
