ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	/*height: 17px; --Set height of tabs--*/
	width: 960px;
}
ul.tabs li {
	float: left;
	padding: 0;
	height: 17px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 15px; /*--Vertically aligns the text within the tab--*/
	border: none;
	margin: 1px 2px -1px 0; /*--Pull the list item down 1px--*/
	/*overflow: hidden;*/
	position: relative;
	margin-bottom: 0px;
	white-space: nowrap;
}
ul.tabs li.active {
	
	/*font-weight: bold;
	font-size: small;*/
}
ul.tabs li.active div.l {
	display: block;
	float: left;
	width: 5px;
	height: 17px;
	background: url('../images/tab/left.gif') no-repeat left top;
}
ul.tabs li.active div.r {
	display: block;
	float: left;
	width: 5px;
	height: 17px;
	background: url('../images/tab/right.gif') no-repeat right top;
}
ul.tabs li.active a {
	display: block;
	outline: none;
	float: left;
	text-align: center;
	padding: 1px 5px;
	color: white;
	font-weight: bold;
	background-color: #838383;
}
ul.tabs li div.l {
	display: block;
	float: left;
	width: 5px;
	height: 17px;
	background: url('../images/tab/left2.gif') no-repeat left top;
}
ul.tabs li div.r {
	display: block;
	float: left;
	width: 5px;
	height: 17px;
	background: url('../images/tab/right2.gif') no-repeat right top;
}
ul.tabs li a {
	display: block;
	outline: none;
	float: left;
	text-align: center;
	padding: 1px 5px;
	background-color: #C9C9C9;
	color: black;
	font-weight: bold;
}

/***/
.tab_container {
	background: #000 url('../images/tab/bg.jpg') repeat-x;
	overflow: hidden;
	width: 100%;
	float: left;
}
.tab_content {
	display: block;
	padding: 2px 0 5px 20px;
	min-height: 340px;
	_height: 340px;
}
