.tabbed_content {
	background-color: #a3a97c;
	width: 560px;	
	border: solid 1px #62683e;
	margin-left: 30px;
}

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

.tabs .moving_bg {
	padding: 15px;
	background-color:#76180e;
	background-image:url(../images/arrow_down_green.gif);
	position: absolute;
	width: 110px;
	z-index: 190;
	left: 0;
	padding-bottom: 29px;
	background-position: bottom left;
	background-repeat: no-repeat;
}

.tabs .tab_item {
	display: block;
	float: left;
	padding: 12px 15px;
	width: 110px;
	color: #fff;
	text-align: center;
	z-index: 200;
	position: relative;
	cursor: pointer;
	font-size: 1.6em;
	font-weight: bold;
}

.tabbed_content .slide_content {
	overflow: hidden;
	background-color: #a3a97c;
	padding: 20px 0 15px 20px;

	position: relative;
	width: 540px;
}

.tabslider {
	width: 5000px;
}

.tabslider ul {
	float: left;
	width: 500px;
	margin: 0px;
	padding: 0px 40px 0 0;
	line-height: 1.6em;
	font-size: 1.2em;
}

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

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

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