
	#tabnav ul{
		margin:0;
		padding:0;
	}
	#tabnav ul li{
		float:left;
		margin:0 0 0 0;
		background:url(/images2/bgLi.png) bottom right no-repeat;
		height:42px;
		width:187px;
	}
	
	#tabnav ul li a{
		display:block;
		text-decoration:none;
		height:42px;
		width:187px;
		cursor:pointer;
	}
	
	.big{
		font-size:14px;
		font-weight:bold;
		padding-top:7px;
	}
	.small{
		font-size:11px;
	}
	
	.big, .small{
		margin-left:15px;
		display:block;
		color:#fff;
	}
	#tabnav ul li a.active{
		margin:2px 0 0 0;
		color:#fff;
		height:40px;
		background:#87c466 url(/images2/bgLi.png) bottom right no-repeat;
	}
	
	.active .big, .active .small{
		color:#fff;
	}