@charset "UTF-8";
/* CSS Document */

.inaccesible li ul {
	display: none;
}
/*-------------------------------------menu at header*/
.header {
	z-index: 4000;
}/*修正IE7，解決滑出選單被下方的區塊蓋住的問題*/
.header .menubg {
	position: relative;
	text-align: center;
	border-radius: 5px 5px 0 0;
	top: 20px;
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat-x;
	background-position: center center;
	background-color: #cde4f4;
}
.header .menubg ul {
	line-height: 110%;
	font-size: 15px;
	list-style: none;
	margin: 0 auto;
	padding: 3px 0;
	overflow: hidden;
	display: inline-block;
}
.header .menubg ul li {
	margin: 0 4px 0 0;
	padding: 0;
	float: left;
	background: url(../images/menu_a.png) no-repeat 6px 3px;
}
.header .menubg ul li a {
	text-decoration: none;
	color: #fff;
	display: block;
	margin: 0;
	padding: 2px 10px 3px 30px;
	position: relative;
	font-weight: bold;
}
.header .menubg ul li a:hover {
	color: #fd0;
}
.header .menubg ul li:first-child{
	background:none;}
/*---------------第二層選單*/
.header .menubg ul ul {
	text-align: left;
	font-size: 15px;
	padding: 0;
	margin: 0 0 0 5px;
	width: 160px;
	font-weight: normal;
	overflow: visible;
	/*border-radius: 5px;
	box-shadow: rgba(0, 0, 0, .2) 0 0 8px;*/
	/*border: 1px solid #888 \9; /*---控制位置*/
	position: absolute;
	top: 28px;
	left: auto;
	background-color: #d3e6f4;
	border: 1px solid #4589bf;
}
.header .menubg ul ul li {
	display: block;
	float: none;
	position: relative;
	margin: 0;
	padding: 0;
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A8C8E1;
	line-height: 2em;
}
.header .menubg ul ul li a {
	display: block;
	padding: 4px 3px 4px 20px;
	margin: 0;
	box-shadow: none;
	color: #069;	
	/*background: url(../images/menu_lili.png) no-repeat -20px 0;*/
}
.header .menubg ul ul li a:hover {
	color: #fd0;
	background-color:#1e72b3;
	/*border-radius: 3px;
	background: #444 url(../images/menu_lili.png) no-repeat 0 -20px;
	box-shadow: rgba(0, 0, 0, .4) 0 1px 3px;*/

}
/*-----第三層選單，含以下*/
.header .menubg ul ul ul {
	font-size: 1em;
	top: -1px;
	left: 155px;
	width: 160px;
}
.header .menubg ul ul ul ul {
	left: 152px;
}
/*-------------------------------------menu at left column*/

.leftbg .menubg {
	margin: 0 auto 10px;
	padding: 0; /*background:#404040 url(../images/menuLeft_bg.png) no-repeat 0 0;*/
	background: #0067a4;
	width: 210px;
	position: relative;
	z-index: 3000;
}
.leftbg .menubg ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 120%;
	font-size: 15px;/*background:url(../images/menuLeft_ul.png) no-repeat left bottom;*/
}
.leftbg .menubg li {
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
}
.leftbg .menubg ul li a {
	display: block;
	margin: 0 6px 3px;
	padding: 8px 8px 7px 23px;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	background-image: url(../images/menu_li_icon.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	font-weight: bold;
}
.leftbg .menubg ul li a:hover {
	color: #ffe71f;
}
/*---------------第二層選單*/
.leftbg .menubg ul ul {
	text-align: left;
	font-size: 15px;
	line-height: 120%;
	padding: 0;
	margin: 0 0 0 5px;
	width: 160px;
	font-weight: normal;
	/*box-shadow: rgba(0, 0, 0, .8) 0 0 8px;
	overflow: visible;
	border: 1px solid #888 \9;*/ /*---控制位置*/
	position: absolute;
	top: -1px;
	left: 180px;
	display: block;
	background-color: #d3e6f4;
	border: 1px solid #4589bf;
}
.leftbg .menubg ul ul li{
	line-height: 2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A8C8E1;
}

.leftbg .menubg ul ul li a {
	border: none;
	display: block;
	padding: 4px 3px 4px 16px;
	margin: 0;
	box-shadow: none;
	color: #0e5c8e;
	/*background: url(../images/menu_lili.png) no-repeat -20px 0;*/
	background-image: none;
}
.leftbg .menubg ul ul li a:hover {
	border: none;
	color: #fd0;
	background-color:#1e72b3;
	/*border-radius: 3px;
	background: #0063a7 url(../images/menu_lili.png) no-repeat 0 -20px;
	box-shadow: rgba(0, 0, 0, .4) 0 1px 3px;*/
}
/*-----第三層選單，含以下*/
.leftbg .menubg ul ul ul {
	font-size: 1em;
	top: -1px;
	left: 155px;
}
.leftbg .menubg ul ul ul ul {
	left: 155px;
}
/*先隱藏第二、三層選單，避免網頁下載時看到第二、三層選單*/
.header .mlmenu ul ul, .leftbg .mlmenu ul ul {
	display: none;
}

/*-----------------------------------------E櫃台*/

.E-menu {
	padding-top: 4px;
	padding-bottom: 4px;
	width: 205px;
	margin: 0 0 0 10px;
	border: 1px solid #4388be;
	background-color: #fff;
	font-size: 125%;
}
.E-menu ul {
	padding: 0;
	margin: 0 5px;
}
.E-menu ul li {
	display: inline;
}
.E-menu ul li a {
	color: #fff;
	display: block;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 10px;
	border-radius: 2px;
	background-image: url(../images/menu.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #3b83bc;
	text-decoration: none;
}
.E-menu ul li a:hover {
	color: #FC3;
}
.E-menu ul li.here {
	color: #F30;
}
.E-menu ul ul {
	margin: 0;
	padding: 0;
}
.E-menu ul ul li a {
	color: #535353;
	display: block;
	font-weight: bold;
	text-align: left;
	background-image: none;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #3b83bc;
	border-radius: 0;
}
.E-menu ul ul li a:hover {
	color: #F30;
}
.E-menu ul ul li.here {
	color: #F30;
}