@charset "UTF-8";
#header #headerBox {
	height: 97px;
	width: 100%;
	position: relative;
}
#header h1#logo {
	width: 106px;
	display: block;
}
#header .utility {
	width: 890px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#header .utility #navlist {
	float: right;
	padding-top: 10px;
}
#header .utility #navlist li {
	background-repeat: no-repeat;
	padding-left: 10px;
	display: inline;
	background-position: 0px 5px;
	padding-right: 15px;
}
#header .utility #navlist li.last {
	padding-right: 0px;
}

#header  .utility #navlist img {
	vertical-align: middle;
	margin-right: 5px;
}

#header .utility #navlist li  a {
	color: #8b8b8b;
	text-decoration: none;
}
#header .utility #navlist li a:hover {
	color: #000099;
	text-decoration: none;
}
#headerBox .utility #navBox {
	position: absolute;
	top: 45px;
	width: 100%;
	/*text-align: right;*/
}
#headerBox .utility #language-select {
	position: absolute;
	top: 40px;
	width: 100%;
	/*text-align: right;*/
}
/*#headerBox .utility #language-select ul {
	color: #000;
	font-size: 96%;
}
#headerBox .utility #language-select ul li {
	display: inline;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../images/public/line_green.png);
	background-repeat: no-repeat;
	background-position: right;
}
#headerBox .utility #language-select ul li.first {
	padding-left: 0px;
}


#headerBox .utility #language-select ul li a {
	color: #000;
}
#headerBox .utility #language-select ul li a:hover {
	color: #009;
	text-decoration: underline;
}
*/
.logo {margin:0 auto; text-align:center;}




 
/* globalNavigation ---------------------------------------------*/
#header #globalBox
 {
	/*width: 100%;*/
	height: 39px;
	background-image: url(../images/public/nav_menu_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	margin-left: 15px;
}
.bottom_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cacaca;
}


nav.main_menu {
	float: left;
	width: 100%;
}
nav.main_menu > ul > li {
	height: 42px;
	display: block;
	float: left;
	position: relative;
	z-index: 1;
	background-image: url(../images/public/nav_menu_bg.png);
	background-repeat: repeat-x;
	background-position: 0px top;
}
nav.main_menu > ul > li > a {
	height:39px;
	line-height:42px;
	padding:0px 20px;
	display:block;
	font-family: "Open Sans",Geneva, Arial, Helvetica, sans-serif, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei";
	font-size:15px;
	color:#585858;
	font-weight:bold;
	/*text-shadow:0px -1px rgba(0, 0, 0, 0.14);*/
	text-transform:uppercase;
}
nav.main_menu > ul > li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #0095ae;
	/*background-image: url(../images/public/nav_menu_over_bg.png);*/
	/*background-position: center top;*/
	/*background-repeat: no-repeat;*/
	/*color: #000000;*/
}
nav.main_menu > ul > li:hover,
nav.main_menu > ul > li.hover {
	z-index:99;
}
nav.main_menu > ul > li:hover > a,
nav.main_menu > ul > li.hover > a {
	background-image: url(../images/public/nav_menu_over_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
nav.main_menu > ul > li.current_page_item {
	z-index:100;
}
nav.main_menu > ul > li.current_page_item > a {
	background-image: url(../images/public/nav_menu_over_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #f24024;
}

/* submenus */
nav.main_menu ul ul {
	width: 200px;
	padding-top: 2px;
	display: none;
	position: absolute;
	left: 0px;
	top: 36px;
	background-color: #0095ae;
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	border-radius: 5px;
	border-top-left-radius: 0;
}

nav.main_menu ul ul > li {
	/*display: inline-block;*/
	/*overflow: hidden;*/
	/*background-image: url(../images/public/bg_month.jpg);
	background-repeat: repeat-x;
	background-position: top;*/
	/*height: 31px;*/
	font-size: 13px;
	line-height: 31px;
	background-color: #0095ae;
}

nav.main_menu ul ul > li:first-child {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
nav.main_menu ul ul > li > a {
	display:block;
	-moz-transition:all 0.1s ease;
	-ms-transition:all 0.1s ease;
	-o-transition:all 0.1s ease;
	-webkit-transition:all 0.1s ease;
	transition:all 0.1s ease;
	color:#fff;
	font-weight: bold;
	padding-right: 8px;
	padding-left: 8px;
}
nav.main_menu ul ul > li > a:hover {
	text-decoration: none;
	color: #006600;
	background-color: #faf2b4; /* Fallback for old browsers */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #faf2b4), color-stop(100%, #FFCC00)); /* Chrome, Safari */
	background: -moz-linear-gradient(center top, #faf2b4 10%, #FFCC00 100%); /* FF */
	background: -ms-linear-gradient(top, #faf2b4 10%, #FFCC00 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faf2b4', endColorstr='#FFCC00'); /* IE6-9 */ 

}
nav.main_menu ul ul > li:hover > a {
	background-color:#ffffff;
}
nav.main_menu > ul > li:hover > ul {
	display:block;
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f24024;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #dfdfdf;
	border-bottom-color: #dfdfdf;
	border-left-color: #dfdfdf;*/
}
