.fmSiteTopMenu_1 .btn-warecategory-link{
	max-width:200px;width:auto; 
  	margin-left:10px;margin-right:10px;
  
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
	white-space: nowrap;  
  
	color: #333;
	transition: color .9s;
	text-decoration: none;
	padding: 0 .2rem;
}

.fmSiteTopMenu_1 .btn-warecategory-link[data-active="1"]{
	color:red;
  	font-weight:bold;
}

.fmSiteTopMenu_1 .btn-warecategory-link:hover{
	color: #6b6b6b;
}

.fmSiteTopMenu_1 .btn-warecategory-link:first-child{
	margin-left:0;
}

.fmSiteTopMenu_1 .btn-warecategory-link:last-child{
	margin-right:0;
}