.tabbed_content {
	background-color: #fff;
	width: 750px;	
}

.tabs {
	height: 32px;
	position: relative;
	width: 780px;
}

.tabs .moving_bg {
	padding: 15px;
	background-color:#B5AF99;
	background-image:url(../images/arrow_down_green.gif);
	position: absolute;
	width: 124px;
	z-index: 190;
	top: -3px;
	padding-bottom: 29px;
	background-position: bottom left;
	background-repeat: no-repeat;
	border-color: #1B5070;
	border-top: solid #1B5070 2px;
	
}

.tabs .tab_item {
	display: block;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	width: 124px;
	color: #FFF;
	text-align: center;
	z-index: 200;
	position: relative;
	cursor: pointer;
	background-color: #B5AF99;
}

.tabbed_content .slide_content {
	overflow: hidden;
	background-color: #fff;
	padding: 20px 0 20px 20px;
	position: relative;
	width: 750px;
}

.tabslider {
	width: 5000px;
}

.tabslider ul {
	float: left;
	width: 710px;
	margin: 0px;
	padding: 0px;
	margin-right: 40px;
}

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

.tabslider div a:hover {
	color: #aaaaaa;
}

.tabslider div li {
	padding-bottom: 7px;
}

