.tab {display: block; width: 299px; margin: 0px; padding: 0px; list-style: none; background: #fff; float: left;}
.tab li {float: left; cursor: pointer }
.tab li span {text-align: center; display: block}
#tabbg {width: 296px; height: 96px; border-right: 1px solid #908C87; border-bottom: 1px solid #908C87; border-left: 1px solid #B6B2AD;}
.tab1, .tab2{
	width: 149px;
	height: 35px;
	line-height: 35px;
	}
.activetab1{
	width: 149px;
	font-weight: bold;
	color: #9D0000;
	background: url('images/tab.gif') no-repeat;
	}
.activetab2{
	width:149px;
	font-weight:bold;
	color:#9D0000;
	background: url('images/tab.gif') no-repeat;
	}
.inactivetab1{
	width:149px;
	color:#333;
	background: url('images/itab.gif') no-repeat;
	}
.inactivetab2{
	width:149px;
	color:#333;
	background: url('images/itab.gif') no-repeat;
	}

/* =============== Tab Content ========================*/
.tabcontent {padding: 10px; width:278px; text-align: justify; overflow:hidden;}
.tabcontent ul{margin: 10px 0;}
.tabcontent li{margin: 5px 0;}
.tabcontent li a{padding-left:10px; color:#0087c7}

.boxtab {clear:both}