.navcat {
	position: relative;
}
.navcat ul {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	display: block;
	height: 34px;
	width: 100%;
	overflow: hidden;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	text-align: right;
}
.navcat li {
	display: block;
	float: left;
	text-align: right;
}
.navcat.open ul {
	overflow: visible;
	text-align: right;
}
.x {
	height: 34px;
	width: 16px;
	background: url("/templates/responsive/images/arrow_down.png") no-repeat center;
	display: block;
	float: right;  
	cursor: pointer;
}
