*{margin:0;padding:0;}
ul,li{list-style:none;}
#tab{position:relative; /*padding-top:6px;*/background:#eff4f7;}
#tab .tabList{/* border-bottom:1px solid #b0cce1; height:30px; line-height:30px;*/ }
#tab .tabList ul{/* padding-left:15px; */  }
#tab .tabList ul li{
	float:left;
	background:#eff4f7;

	/*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:1px solid #ccc;*/
	width:80px;
	text-align:center;
	position: absolute;
	cursor:pointer;
	font-size:13px;
	
}
#tab .tabCon{
	position:absolute;
	left:-1px;
	top:32px;
	width:650px;
	height:100px;
}
#tab .tabCon div{
	padding-top:10px;
	position:absolute;
	opacity:0;
	filter:alpha(opacity=0);
}
#tab .tabList li.cur{
border:1px solid #accbe0;
	background:#FFF;
	border-bottom:none;
	z-index:2;
	font-weight:bold;
}
#tab .tabList li.cur:hover{ color:#1a98e2;}
#tab .tabCon div.cur{
	opacity:1;
	filter:alpha(opacity=100);
}

#tab #cur p{ background:none;}































