.tabbed_content {
	width: 350px;	
	float: right;
	clear: right;
	margin-right: 10px;
	margin-left: 10px;
}

.tabs {
	height: 30px;
	margin-bottom:5px;
	position: relative;
	border-bottom:1px solid #333;
}

.tabs .moving_bg {
	padding: 7px 15px 7px 15px;
	background: url(images/h/h4.gif) center left repeat-x;
	border-left: 1px solid #6f0011;
	border-right: 1px solid #6f0011;
	position: absolute;
	width: 123px;
	z-index: 190;
	left: 0;
}

.tabs .tab_item {
	display: block;
	float: left;
	padding: 10px 15px 10px 15px;
	width: 125px;
	text-align: center;
	z-index: 200;
	position: relative;
	cursor: pointer;
	font-size: 9pt;
	line-height: 9px;
	color: #000;
	font-weight: bold;
}

.tabs .tab_item:hover {
	text-decoration: underline;
}

.tabbed_content .slide_content {
	overflow: hidden;
	position: relative;
	width: 350px;
}

.tabslider {
	width: 5000px;
}

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

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

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

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

.tabslider ul li table {
	width: 100%;
}

.tabslider ul li table td {
	font-size: 9pt;
	font-weight: bold;
	padding: 5px;
	line-height: 16px;
}

