.tabbed_content {
	background-color: #cad5db;
	width: 648px;
	margin-bottom:10px;
	border: 1px solid #cad5db;
		-moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px;
		-webkit-border-radius-bottom-left: 5px; -webkit-border-radius-bottom-right: 5px;
}

.tabs {
	height: 60px;
	position: relative;
	background:url(../images/backslide.gif) top;
}

.tabs .moving_bg {
	padding: 16px;
	background:url(../images/arrow_down_reds.gif) top;
	position: absolute;
	width: 186px;
	z-index: 190;
	left: 0;
	padding-bottom: 29px;
	background-position: bottom left;
	background-repeat: no-repeat;
}

.tabs .tab_item {
	display: block;
	float: left;
	padding: 15px;
	width: 186px;
	font-family:Arial; font-size:11px; font-weight:bold; line-height:12px; list-style:disc;
	color: #990000;
	text-align: left;
	z-index: 200;
	position: relative;
	cursor: pointer;
}

.tabbed_content .slide_content {
	overflow: hidden;
	background-color: #cad5db;
	position: relative;
	width: 650px;
}

.tabslider {
	width: 5000px;
}

.tabslider ul {
	float: left;
	width: 650px;
	margin: 0px;
	padding: 0px;
}

.tabslider ul a {
	color: #ffffff;
	text-decoration: none;
}

.tabslider ul a:hover {
	color: #aaaaaa;
}

.tabslider ul li {
	padding-bottom: 5px;
}
