body{
margin:0;
padding:0;
}
.tabbed_content {
font-family: Verdana, sans-serif;
font-size: 12px;
	background-color: #000000;
	width: 100%;
				background-image:url(../images/bg.jpg);
			background-position: bottom left;
			background-repeat: repeat-x;
}

.tabs {
	height: 40px;
	position: relative;
			background-image:url(../images/bar.gif);
			background-position: bottom left;
			background-repeat: repeat-x;
}

.tabs .moving_bg {
height: 19px;
	padding: 2px;
	background-color:#ff0000;
	background-image:url(../images/arrow_down_red.gif);
	position: absolute;
	width: 100px;
	z-index: 190;
	left: 0;
	padding-bottom: 19px;
	background-position: bottom left;
	background-repeat: no-repeat;
	}



.tabs .tab_item {
	display: block;
	float: left;
	padding: 3px;
	width: 100px;
	color: #ffffff;
	text-align: center;
	z-index: 200;
	position: relative;
	cursor: pointer;
}
.tabs a {
	color: #ffffff; text-decoration: none;
}
.tabbed_content .slide_content {
	overflow: hidden;
	background-color: #fff;
	padding: 3px 0 3px 3px;
	position: relative;
	width: 600px;
					background-image:url(../images/bg.jpg);
			background-position: bottom left;
			background-repeat: repeat-x;
}

.tabslider {
	width: 5000px;
}

.tabslider ul {
	float: left;
	width: 560px;
	margin: 0px;
	padding: 0px;
	margin-right: 40px;
}

.tabslider ul a {
	color: #ffffff;
	text-decoration: none;
}

.tabslider ul a:hover {
	color: #ff0000;
}

.tabslider ul li {
	padding-bottom: 5px;
}