#tabContent {
	padding: 0px 5px 0px 0px;
	width: 800px;


}

#tabIndex {
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 30px;
	list-style-position: inside;





}
#tabIndex ul {
	margin: 0px;
	padding: 0px;
	height: 30px;

}

#tabIndex li {
	float:left;
	padding: 0px 5px 0px 0px;
	font-weight: normal;
	list-style-type: none;
	cursor: pointer;
	display: block;
	margin: 0px;


}
#tabIndex a {text-decoration: none;}

#tabIndex .close {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-color: #08529A;
	font-size: smaller;
	color: #666666;
	background-image: url(img/btn_bg2.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 29px;
	width: 181px;





}
#tabIndex .open {
	background-color: #D4E2EF;
	margin: 0px;
	padding: 0px;
	font-size: smaller;
	color: #000066;
	background-image: url(img/btn_bg1.jpg);
	height: 29px;
	width: 181px;
	text-align: center;
	text-decoration: none;
	background-repeat: no-repeat;






}

#tabBoxIndex {
	background-color: #F1F7FC;
	width: 800px;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #08529A;
	border-bottom: 1px solid #08529A;
	border-left: 1px solid #08529A;







}
