#tabs {
	padding:0px;
	float:left;
	clear:both;
	width: 990px;
}
	
	ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	min-height: 45px;
 	width: 990px;
	background: #f2f2f2;
	}
	ul.tabs li {
		float: left;
		padding: 0;
		margin: 0 0 0 0px;
		min-height: 45px;
		line-height: 45px;
 		border-left: none;
		margin-bottom: -1px;
		overflow: hidden;
		position: relative;
		border-right: 1px solid #ccc;
		border-left: 1px solid #fff;
 	}
	ul.tabs li a {
		text-decoration: none;
		color: #808080;
		display: block;
		font-size: 12px;
 		outline: none;
 		cursor: pointer;
		text-align: center;
		padding: 0px 15px 0px 15px;
		background-color: #f2f2f2;
		font-family: bpg_banner;
		font-weight: normal;
	}
	ul.tabs li a:hover {
 	}
 	
	html ul.tabs li.active, html ul.tabs li.active a,  html ul.tabs li.active a:hover  { 
		color:#fff;
		background-color: #cc9933;
		height: 44px;
 	}
	
.tab-container {
 	overflow: hidden;
	clear: both;
	float: left; 
	padding: 20px 0px;
	background:#fff;
	width:990px;
 }
.tab-content {
	margin:auto;
	padding: 0px 0;
	font-size: 14px;
	color:#808080; text-decoration:none;
	}
.tab-content a{
	color:#808080; text-decoration:none;
	}