.cbp-hrmenu {
	width: 100%;
	margin-top: 2.3em;
	font-family:"Microsoft JhengHei", "SimSun", Arial, Helvetica, sans-serif;
	/*border-bottom: 4px solid #47a3da;*/
}

/* general ul style */
.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* first level ul style */
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
	width: 100%;
	max-width: auto;
	margin: 0 auto;
	padding: 0 0em; text-align: right;
}

.cbp-hrmenu > ul > li {
	display: inline-block;
	margin-top: 13px;
}

.cbp-hrmenu > ul > li > a {
	font-weight: bold;
	padding: 0.5em 0 0 0em;
	margin-left: 19px;
	color: #6B6B6B;
	display: inline-block;
	font-size: 1.02em;
	height: 40px;
}

.cbp-hrmenu > ul > li > a:hover {
	color: #29AAE1; text-decoration: none;
	height: 40px;
}

.cbp-hrmenu > ul > li.cbp-hropen a,
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
	color: #29AAE1;
	padding-bottom: 6px;
	background: url(../images/nav_arrow.png) 50% 80% no-repeat;
}

.single a {
	font-weight: bold;
	padding: 0.5em 0 0 0em;
	margin-left: 19px;
	color: #6B6B6B;
	display: inline-block;
	font-size: 1.02em;
}

.single a:hover {
	color: #29AAE1; text-decoration: none;
}

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
	background: url(../images/subnav_bg.jpg) 0% 40% repeat-x #95BE25;
	/*width: 76%;*/
	width: 900px;
	height: 250px;
	right: 0;
	margin-top: 0px;
	text-align: left;
}

.cbp-hropen .cbp-hrsub {
	display: block;
	padding-bottom: 0em;
	text-align: left;
}

.cbp-hrmenu .cbp-hrsub-inner > div {
	/*width: 25%;*/
	float: left;
	padding: 0 2em 0;
	text-algin: left;
	  position: relative;
  z-index: 1;
}
.cbp-hrmenu .sub_menu {text-align: left; color:#fff; line-height: 100%;}
.cbp-hrmenu .sub_menu ul li a {color:#fff; text-decoration: none; background: none;  line-height: 170%;}
.cbp-hrmenu .sub_menu ul li a:hover {color:#267207; text-decoration: none; background: none; font-weight:bold;}
.cbp-hrsub .sub_menu h4 a:link {color:#fff; background: none; text-decoration: none;}
.cbp-hrsub .sub_menu h4 a:visited {color:#fff; text-decoration: none;}
.cbp-hrsub .sub_menu h4 a:hover {color:#267207; text-decoration: none;}

.cbp-hrmenu .sub_menu2 {margin-left: -55px; background:#; text-align: left; color:#fff; line-height: 100%;}
.cbp-hrmenu .sub_menu2 ul li a {color:#fff; text-decoration: none; background: none;  line-height: 170%;}
.cbp-hrmenu .sub_menu2 ul li a:hover {color:#267207; text-decoration: none; background: none; font-weight:bold;}
.cbp-hrsub .sub_menu3 {margin-left: -55px; background:#; text-align: left; color:#fff; line-height: 100%;}
.cbp-hrsub .sub_menu3 h4 {margin-top: -5px;}
.cbp-hrsub .sub_menu3 h4 a:link {color:#fff; background: none; text-decoration: none;}
.cbp-hrsub .sub_menu3 h4 a:visited {color:#fff; text-decoration: none;}
.cbp-hrsub .sub_menu3 h4 a:hover {color:#267207; text-decoration: none;}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner > div a {
	line-height: 2em;

}

.cbp-hrsub h4 {
	color: #fff;
	padding: .8em 0 0.6em;
	margin: 0;
	font-size: 15pt;
	font-weight: normal;
	text-align: left;
	font-family:"Microsoft JhengHei", "SimSun", Arial, Helvetica, sans-serif;
}


/* Examples for media queries

@media screen and (max-width: 52.75em) {

	.cbp-hrmenu {
		font-size: 80%;
	}

}

@media screen and (max-width: 43em) {

	.cbp-hrmenu {
		font-size: 120%;
		border: none;
	}

	.cbp-hrmenu > ul,
	.cbp-hrmenu .cbp-hrsub-inner {
		width: 100%;
		padding: 0;
	}

	.cbp-hrmenu .cbp-hrsub-inner {
		padding: 0 2em;
		font-size: 75%;
	}

	.cbp-hrmenu > ul > li {
		display: block;
	}

	.cbp-hrmenu > ul > li > a {
		display: block;
		padding: 1em 3em;
	}

	.cbp-hrmenu .cbp-hrsub {
		position: relative;
	}

	.cbp-hrsub h4 {
		padding-top: 0.6em;
	}

}

@media screen and (max-width: 36em) {
	.cbp-hrmenu .cbp-hrsub-inner > div {
		width: 100%;
		float: none;
		padding: 0 2em;
	}
} */



