﻿
#tab{position:relative;}
#tab .tabList ul li{
	float:left;
	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(#FFC600));
	border:1px solid #FFCC33;
	padding:10px 0;
	width:90px;
	text-align:center;
	margin-left:-1px;
	position:relative;
	cursor:pointer;
	background-color: #990000;
	background-position: left top;
	font-weight: bold;
	color: #993300;
	font-size:20px;
}
#tab .tabCon{
	position:absolute;
	left:-1px;
	top:32px;
	border:1px solid #FFCC33;
	border-top:none;
	width:1091px;
	height:800px;
}
#tab .tabCon div{
	padding:20px;
	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);
	
}


























