.tabs {
    	zoom:1;
    	font-size: 13px;
    }
	.tabs li {
				float: left;
				position: relative;
	}
	.tabs a {
		display: block;
		height: 20px;
		line-height: 20px;
		padding:1px 11px;
		font-weight: normal;
	}
	.tabs .cur a {
			border-radius: 15px;
			background:#eee;
			border:1px #eee solid;
			padding:0 10px;
	}
	.tabs .cur a em{
		color: #000;
		background-image:none;
		cursor:default;
		font-weight:normal;
	}
	.tabs.links-em .cur a:hover,.tabs.links-em .cur a em:hover,.links-em .cur A:hover EM{
		color:#000;
		background-image:none;
	}

	.tabs LI::before, .tabs LI::after,
	.tabs .cur:after, .tabs .cur:before,
	.tabs LI:first-child.cur A::before,.tabs LI:first-child.cur::before,
	.tabs LI.cur::after,.tabs LI.cur::before,.tabs LI.cur A::after,.tabs LI.cur A::before,
	.tabs .cur a:before,
	.tabs .cur a:after {
		background:none;
		border:0;
		content: none;
		width:0;
		height:0;
		font-size:0;
		display:none;
	}
