
.tab_scroll {
	width:797px;
	padding:0px 0px 0px 0px;
}

.tabbed_content {
	background:#eeeeee;
	width: 797px;	
	padding:0px 0px 0px 0px;
	color:#000000;
	border-top:1px solid #B7B6B6;
	border-bottom:1px solid #B7B6B6;
}

.tabs {
	height: 55px;
	background-image:url(./bg_tabs.gif);
	font-weight:bold;
	color:#2F6E06;
	position: relative;
}

/* ¸Þ´º ±Û¾¾ ºÎºÐ ¸¶¿ì½º¿À¹ö½Ã*/
.tabs .moving_bg {
	padding: 15px;
	background-color:#ffffff;
	background-image:url(./arrow_down_green_04.gif);
	position: absolute;
	width: 125px;
	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: 125px;
	color: #2F6E06;
	text-align: center;
	z-index: 200;
	position: relative;
	cursor: pointer;
}

.tabbed_content .slide_content {
	overflow: hidden;
	background-color: #eeeeee;
	padding: 20px 0 20px 0px;
	position: relative;
	width: 797px;
	color:#000000;
}

.tabslider {
	width: 5000px;
}

.tabslider ul {
	list-style:none;
	float: left;
	width: 775px;
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
}

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

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

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