.tabs {
	margin:0;
	color:#000;
}

.tab_active {
	background:url(../images/tab_on_03.png) no-repeat;
	
	width:79px;
	height:29px;
	color: white;
	cursor:default;
	float: left;
	font-size:11px;
	padding-top: 10px;
	text-align: center;
}
.tab_inactive:hover {
	background:url(../images/tab_on_03.png) no-repeat;
	color:#FFF
}

.tab_inactive {
	background:url(../images/tab_off_03.png) no-repeat;
	color: #666;
	cursor:default;
	float: left;
	width:79px;
	height:29px;
	padding-top:10px;
	font-size:11px;
	text-align: center;
}

.tab_content {
	padding-top:15px;
	clear:both;
	color: #000;
	text-align: left;

}

