

#tab{position:relative;}
#tab .tabList ul li{
	float:left;
	border:1px solid #ccc;
	padding:5px 0;
	width:100px;
	text-align:center;
	margin-left:-1px;
	position:relative;
	cursor:pointer;
    border-bottom:0px;
}
#tab .tabCon{
	position:absolute;
	left:-1px;
	top:32px;
	border:1px solid #ccc;
	width:403px;
	height:220px;
    border-radius:0 15px 0 25px;
    _left:-203px;
}
#tab .tabCon div{
	padding:10px;
	position:absolute;
	opacity:0;
	filter:alpha(opacity=0);
}
#tab .tabList li.cur{
	border-bottom:none;
	background:#fff;
}
#tab .tabCon div.cur{
	opacity:1;
	filter:alpha(opacity=100);
}
.cur1{
border-bottom:1px solid #ccc;background:url("line.png") repeat-x bottom;
}
.cur{
border-bottom:1px solid #fff;
}