.tabbed_content {
	background-color: #F1F1F1;
	width: 960px;	
	overflow: hidden;
}

.tabs {
	height: 33px;
	position: relative;
	
}

.tabs .moving_bg {
	background-color:#E1E1E1;
	background-image:url(../images/arrow_down_green.gif);
	position: absolute;
	z-index: 190;
	left: 0;
	padding-bottom: 33px;
	background-position: bottom left;
	background-repeat: no-repeat;
	width:468px;
	padding-right:12px;
	color: #000;
}

.tabs .tab_item {
	display: block;
	float: left;
	padding-top:10px;
	padding-bottom:5px;
	width:480px;
	color: #435e97;
	z-index: 200;
	position: relative;
	cursor: pointer;
	font-size:10px;
	height:18px;
	text-align:center;
	font-size: 12px;
	font-weight: bold;
}

.tabbed_content .slide_content {
	overflow: hidden;
	background-color: #E1E1E1;
	position: relative;
	width: 960px;
	padding-top:5px;
	height:20px;
	font-size: 11px;
}

.tabslider {
	width: 7000px;
}

.tabslider ul {
	float: left;
	width: 950px;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	margin-right: 480px;
	color: #fff;
}

.tabslider ul a {
	color: #555;
	text-decoration: none;
}

.tabslider ul a:hover {
	color: #7f7f7f;
}

.tabslider ul li {
	padding-bottom: 7px;
	color: #E1E1E1;
}
