/* sub category menu */
.sub_category_group {
	position: absolute;
	top: 0px;
	left: 168px;
	width: 725px;
	height: 583px;
	background-color: #fff;
	overflow: auto;
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	z-index: 100;
	display: none;
}
.sub_menu_box {
	position: relative;
	padding-top: 30px;
	padding-left: 30px;
	font-size: 12px;
}
.sub_menu {
	width: 168px;
}
.sub_menu_title {
	font-weight: bold;
	margin-bottom: 10px;
}
.sub_menu_title a:link {
	color: #656565;
}
.sub_menu_list {
	margin-bottom: 7px;
}
.sub_menu_list a:link {
	color: #959595;
}
.sub_menu_list a:visited {
	color: #959595;
}
.btn_close {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
/* ---------- category menu end ---------- */