#b1{ float:left; width: 535px; height: 220px; border: 0px; overflow: hidden;}
/* Block 1, Left Content */

	/* Top */
	.tab{ display: block; width:535px; margin:0; padding:0; list-style: none; background: url(images/bgtoptab.gif) no-repeat; float: left;}
	.tab li { float:left; cursor:pointer }
	.tab li span{text-align:center; display:block}
	#tabbg { width:535px; height:182px;	background: url('images/tabbg.gif') no-repeat; overflow:hidden;}

	.tabxi{
		width:151px;
		height:38px;
		line-height:50px;
		}
	
	.activetabi{
		width:151px;
		font-weight:bold;
		color:#003f8c;
		background: url('images/tabbg.gif') no-repeat;
		}
	.activetab1{
		width:151px;
		font-weight:bold;
		color:#006f2a;
		background: url('images/tab1on.gif') no-repeat;
		}
	.activetab2{
		width:151px;
		font-weight:bold;
		color:#006f2a;
		background: url('images/tab2on.gif') no-repeat;
		}

	.inactivetab1{
		width:151px;
		font-weight:bold;
		color:#fff;
		background: url('images/tab1off.gif') no-repeat;
		}
	.inactivetab2{
		width:151px;
		font-weight:bold;
		color:#fff;
		background: url('images/tab2off.gif') no-repeat;
		}
	
	.inactivetabi{
		width:151px;
		font-weight:normal;
		color:#ffffff;
		background: #999999;
		}

	/* =============== Tab Content ========================*/
	.tabcontent {padding: 10px 50px; width:535px; color:#003f8c; overflow:hidden}
	.tabcontent img{float:left; border:1px solid #d3d3d2; padding:1px; margin-top: 3px; margin-right: 6px;}
	.tabcontent .txt img{ border:none; float:none}
	.tabcontent .title a{ color:#023f88;}
	.tabcontent ul{ margin:10px 0;}
	.tabcontent li{ margin:5px 0;}
	.tabcontent li a{ padding-left:10px;background:url(/images/icon.gif) no-repeat left 6px ;color:#0087c7}
	
	#tabbg p.title{  margin:5px 0; width:220px; }
	#tabbg p.txt{ height:65px; width:220px; overflow:hidden; }
	#tabbg ul{width:220px; overflow:hidden}
	
.boxtab {clear:both}