*{margin:0px; padding:0px;}
a{
	text-decoration: none;
	color: #990;
	font-size: 14px;
	font-weight: normal;
}

#box{width:660px; height:308px; border:1px solid #ccc; position: relative; margin:10px auto;}

.title{
	width: 660px;
	height: 40px;
	position: absolute;
	top: 0px;
	left: 0px;
	list-style: none;
	background: #060;
	color: #999;
}
.title li {
	width: 100px;
	height: 40px;
	float: left;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	color: #999;
	font-weight: bold;
}
.title span{width:auto; height:40px; float:right; line-height: 40px; text-align: center; font-size: 12px; 
margin-right:10px; color:#ff0000;}
.active{
	background: white;
	border-top: 2px solid #ff6600;
	color: #666;
}

#context{
	width: 645px;
	height: auto;
	position: absolute;
	left: 0px;
	top: 46px;
}
#context ul{
	position: absolute;
	left: 0px;
	top: -6px;
	display: none;
	width: 647px;
	height: 308px;
}
#context ul li{
	width: auto;
	height: auto;
	color: #999;
	margin: 10px;
	margin-left: 30px;
}
