﻿.tab-hd {
	overflow:hidden;
	zoom:1;
	height:36px;
	line-height:36px;
	font-size:16px;
	
	background-image:url(../images/tab_bg.jpg);
}
.tab-hd a{
	color: #666666;
}
.tab-hd li{
	float: left;
	width: 155px;
	text-align: center;
	cursor: pointer;
}
.tab-hd li.active{
	font-weight: bold;
	height: 36px;
	color: #F71403;
	background-image: url(../images/tab_bg1.jpg);
}
.tab-hd li.active a{
	color: #F71403;
	display: block;
	font-weight: bold;
	background-image: url(../images/tab_bg1.jpg);
}
.tab-bd li{display:none;}

.tab-bd li li
{
	display:block;
}
.tab-bd li ul li {
	float:left;
	margin-right:6px;
	margin-top: 3px;
	margin-bottom: 3px;
}
