.tabbed_content {
	background-color: #ffffff;
	color:#FFFFFF;
	width: 640px;	
}

.tabs {
	height: 62px;
	position: relative;
}

.tabs .moving_bg {
	padding: 15px;
		background-color:#adcfff;
	background-image:url(../images/arrow_down_green.gif);
	position: absolute;
	width: 90px;
	z-index: 190;
	left: 0;
	padding-bottom: 29px;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.tabs .tab_item {
	display: block;
	float: left;
	padding: 15px;
	width: 100px;
	font-family: trebuchet MS;
	font-size:16px;
	font-weight:bold;
	color:#0062c2;
	text-align: center;
	z-index: 200;
	position: relative;
	cursor: pointer;
}

.tabbed_content .slide_content {
	overflow: hidden;
	background-color: #ffffff;
	padding: 0 0 0px 0;
	position: relative;
	width: 640px;
}

.tabslider {
	width: 1280px;
}

.tabslider ul {
	float: left;
	width: 640px;
	margin: 0px;
	padding: 0px;
}

.tabslider ul a {
	color: #ffffff;
	text-decoration: none;
}

.tabslider ul a:hover {
	color: #ffffff;
}

.tabslider ul li {
	padding-bottom: 0px;
}