#tabContent {
	margin: 20px 0 0 0;
}

#tabIndex {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height:28px;
	overflow:hidden;
	clear:both;
}

#tabBoxIndent {
	clear:both;
}


#tabIndex li {
	float:left;
	padding: 0em;
	list-style-type: none;
	cursor: pointer;
	display: block;
	width: 80px;
	height: 28px;
}

#tabIndex li a {
	display:block;
	width: 80px;
	height: 28px;
}

#tabIndex li#Tab0 a {
	display:block;
	background:url(images/tab_green.gif) no-repeat 0% 0%;
}

#tabIndex li#Tab1 a {
	display:block;
	background:url(images/tab_green.gif) no-repeat 100% 0%;
}

#tabIndex li#Tab0.close a {
	background:url(images/tab_green.gif) no-repeat 0% 100%;
}
#tabIndex li#Tab1.close a {
	background:url(images/tab_green.gif) no-repeat 100% 100%;
}



#tabIndex li#Tab_lis0 a {
	display:block;
	background:url(images/tab_orange.gif) no-repeat 0% 0%;
}

#tabIndex li#Tab_lis1 a {
	display:block;
	background:url(images/tab_orange.gif) no-repeat 100% 0%;
}

#tabIndex li#Tab_lis0.close a {
	background:url(images/tab_orange.gif) no-repeat 0% 100%;
}
#tabIndex li#Tab_lis1.close a {
	background:url(images/tab_orange.gif) no-repeat 100% 100%;
}





#tabIndex .close {
  text-decoration: underline;
  color:#0000FF;
}
#tabIndex .open {
  text-decoration: none;
}

#tabBoxIndex {
	border: #FFE3A5 solid 1px;
	clear: both;
}
