﻿.tabbed_content {
	background-color: #dbd8d8;
	width: 660px;
	font-size:12px;	
}

.tabs {
	height: 62px;
	position: relative;
	 background-image:url('../images/tab_bg.jpg');
	 background-repeat:repeat-x;
}

.tabs .moving_bg {
	padding: 15px;
	background-color:#848282;
	background-image:url(../images/arrow_down_green.gif);
	position: absolute;
	width: 135px;
	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: 135px;
	color: #ffffff;
	text-align: center;
	z-index: 200;
	position: relative;
	cursor: pointer;
}

.tabbed_content .slide_content {
	overflow: hidden;
	background-color: #dbd8d8;
	padding: 40px 0 40px 40px;
	position: relative;
	width: 600px;
}

.tabslider {
	width: 5000px;
}

.tabslider ul {
	float: left;
	width: 550px;
	margin: 0px;
	padding: 0px;
	margin-right: 20px;
}

.tabslider ul a {
	color: #ffffff;
	text-decoration: none;
}

.tabslider ul a:hover {
	color: #aaaaaa;
}

.tabslider ul li {
	padding-bottom: 7px;

}










.inner_div .ul{
padding-top:10px; 
padding-bottom:10px;
	
}

.inner_div .li{
padding-top:10px; 
padding-bottom:10px;
list-style:square;

	
}










