﻿/* CSS Document */
#tab a{
	color: #fff;
	text-decoration: none;
}

#tab a:hover{
	color: #000;
}

#tab ul{
	margin: 0;
	padding: 0;
}

#tab li{
	list-style-type: none;
}

.tab_on{
	float: left;
	height: 32px;
	width: 102px;
	margin: 0 1px 0 0;
	text-align: center;
	background: #ba9d71 url(/images/image_tab_on.jpg) no-repeat;
}

.tab_off{
	float: left;
	height: 32px;
	width: 102px;
	margin: 0 1px 0 0;
	text-align: center;
	background: #cab391 url(/images/image_tab_off.jpg) no-repeat;
}


.tabtxt{
	margin: 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 9px 0 0 0;
}


#tab_content{
	clear: both;
	border-top: solid 6px #ba9d71;
	padding: 5px 10px;
}

