.tabbed_content {
	background-color: #F4F4F4;
	width: 490px;
}

.tabs {
	height: 47px;
	position: relative;
	background-color: #666;
	padding-left: 4px;
}

.tabs .moving_bg {
	background-color:#224199;
	background-image:url(../images/arrow_down_blue_hp.png);
	position: absolute;
	width: 110px;
	z-index: 9;
	left: 0px;
	padding-bottom: 35px;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFF !important;
}

.tabs .tab_item {
	display: block;
	float: left;
	width: 110px;
	text-align: center;
	z-index: 10;
	position: relative;
	cursor: pointer;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	font-size: 1em;
	line-height: 1.3em;
	color: #FFF;
}

.tabbed_content .slide_content {
	overflow: hidden;
	background-color: #F4F4F4;
	padding: 20px 0 20px 20px;
	position: relative;
	width: 450px;
}

.tabslider {
	width: 5000px;
}

.tabslider ul {
	float: left;
	width: 410px;
	margin: 0px;
	padding: 0px;
	margin-right: 40px;
	list-style-type: none;
}

.tabslider ul a {
	color: #000;
	text-decoration: underline;
}

.tabslider ul a:hover {
	color: #999;
	text-decoration: underline;
}

.tabslider ul a:visited {
	color: #999;
	text-decoration: underline;
}

.tabslider ul li {
	padding-bottom: 7px;
}
