
ul,li{list-style:none;}

#tab{position:relative; margin-left:50px}
#tab .tabList{
	padding:0px;
	overflow:hidden;
	margin:0px;
	}
	
	#tab .tabList ul {
		list-style:none;
		margin:0px;
		padding:0px
	}
#tab .tabList ul li{
	float:left;
	background:#fefefe;
	background:-moz-linear-gradient(top, #fefefe, #ededed);	
	background:-o-linear-gradient(left top,left bottom, from(#fefefe), to(#ededed));
	background:-webkit-gradient(linear,left top,left bottom, from(#fefefe), to(#ededed));
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	padding:5px 0;
	width:120px;
	text-align:center;
	position:relative;
	cursor:pointer;
}
#tab .tabCon{
	left:0px;
	border:1px solid #cccccc;
	width:670px;
	min-height:250px;
}
#tab .tabCon div{
	padding:10px;

	opacity:0;
	filter:alpha(opacity=0); width:100%;
}
#tab .tabList li.cur{
	border-bottom:none;
	background:#fff;
}
#tab .tabCon div.cur{
	opacity:1;
	filter:alpha(opacity=100);
}



