/* menu
---------------------------------------------------*/
.top-menu {
	line-height: 35px;
	min-height: 34px;
	height: auto;
	position: relative;
	background: #585858;
	margin-bottom: 20px;
	border-radius: 8px 8px 8px 8px;
}
.top-menu ul li {
	display: inline;
	padding: 0 15px;
	float: left;
	line-height: 34px;
}
.top-menu ul li, .top-menu ul li a {
	color: #fff;
	font-size: 15px;
	text-decoration: none;
}
.top-menu ul li:hover {
	background: #000;
}
.top-menu ul li:hover, .top-menu ul li:hover a {
	color: #fff;
}
a.mainCat, .mainCat, .one-dept li a:hover {
	color: #000 !important
}
.cat-wrap {
	display: none;
	margin-bottom: 20px;
}
li.cats {
	padding-right: 20px;
	background: url(../image/arrow-down-white.png) right center no-repeat
}
li.cats:hover .cat-wrap {
	display: block;
	position: absolute;
	top: 32px;
	left: 0;
	width: 100%;
	background: #fff url(../image/bg-gray.png) bottom repeat-x;
	border: 1px solid #eee;
	z-index: 1000;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	border-radius: 8px 8px 8px 8px;
}
.cat-wrap ul li {
	line-height: 23px;
}
.one-dept {
	display: inline-block;
	width: 30%;
	color: #000;
	padding: 15px 15px 15px 15px ;
	vertical-align: top;
}
.one-dept a.mainCat {
	color: #78ba11;
	font-size: 14px !important;
	text-shadow: none !important;
}
.one-dept a.mainCat:hover {
	color: #78ba11;
	font-size: 14px !important;
	text-shadow: none !important;
	font-weight:bold;
	margin-left:-2px;
}
.one-dept ul {
	margin-left: -40px !important
}
.one-dept li {
	float: left !important;
	display: inline;
	width: 47% !important;
	color: #000 !important;
	font-size: 12px !important;
	border-bottom: 1px dashed #ccc;
	text-shadow: none !important;
	margin-right: 3% !important;
	line-height: 25px;
	list-style: square;
	padding: 0 !important;
}
.one-dept li:hover {
	background: none !important
}
.cat-wrap .one-dept li a {
	float: left !important;
	display: inline;
	font-size: 12px !important;
	color: #585858 !important;
	text-shadow: none !important;
}
.one-dept li a:hover {
	color: #787878;
	font-weight:bold;
	margin-left:-2px;
}