/*寬*/
.wrapper1{
	color: #44433f;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	.wrapper1 a{
	color: #254085;
	text-decoration: none;
	font-size: 13px;
	}
	.wrapper1 a:hover {
	color: #003399;
	}
	.wrapper1 p {
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 15px;
	}

/*width: 使用auto時它才會ok*/
.wrapper {
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*hover 的底的左右圓角*/
.nav-left {
	float: left;
	width: 7px;
	height: 45px;
	background-image: url(../images/n-menu-left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


.nav {
	float: left;
	width: 981px;
	height: 45px;
	background-image: url(../images/n-menu-content.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.nev-wrapper {
	clear: both;
	float: left;
	width: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.nav-right {
	float: left;
	width: 7px;
	height: 45px;
	background-image: url(../images/n-menu-right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.nav ul {
	/*width: 648px;*/
	height: 29px;
	float: left;
	margin: 0px 0px 0px 0px;
	list-style: none;
	font-size: 13px;
	width: auto;
	padding: 3px 0px 0px 3px;
}
.nav li {
	float: left;
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
}
.nav li.last {
	background:none;
}
.nav li:hover {
	z-index:2;
}
.nav li a {
	display: block;
	line-height: 30px;
	overflow: hidden;
	float: left;
}
a .menu-left {
	width: 1px;
	height: 28px;
	line-height: 30px;
	float: left;
	height: 5px;
	background-image: url(../../images/n-menu-la.jpg);
	background-repeat: no-repeat;
	background-position: -3px top;
}
a .menu-mid {
	height: 40px;
	line-height: 30px;
	float: left;
	width: 146px;
	text-align: center;
	background-image: url(../images/n-menu-topgb.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 2px;
	
}
a .menu-right {
	width: 6px;
	height: 30px;
	line-height: 30px;
	display: block;
	float: left;
	background-image: url(../images/n-menu-ra.jpg);
	background-repeat: no-repeat;
	background-position: -3px;
}
.nav li a:hover .menu-left,
.nav li.active a .menu-left,
.nav li:hover a .menu-left,
.nav li a:hover .menu-mid,
.nav li.active a .menu-mid,
.nav li:hover a .menu-mid,
.nav li a:hover .menu-right,
.nav li.active a .menu-right,
.nav li:hover a .menu-right {
	background-position: 0 -3px;
	line-height: 30px;
	cursor: pointer;
}
.nav li a:hover,
.nav li.active a,
.nav li.hover a,
.nav li:hover a {
	color: #09548B;
}
.nav li:hover .sub,
.nav li.hover .sub {
	display:block;
}
.nav li .sub {
	display: none;
	position: absolute;
	top: 27px;
	left: 0px;
	width: 160px;
	background-image: url(../images/n-menu-topgb.jpg);
	background-repeat: no-repeat;
	padding-top: 8px;
}
/*下拉時顯示的那塊文字*/
.nav li ul {
	width: 160px;
	height: auto;
	list-style: none;
	font-size: 14px;
	background-repeat: repeat-y;
	background-position: left bottom;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d9dde0;
	border-left-color: #d9dde0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d9dde0;
	margin: 0;
	float: left;
	padding-top: 0px;
}

.nav li:hover li,
.nav li.active li {
	width: 100%;
	color: #09548B;
	background-repeat: no-repeat;
	white-space: nowrap;
}
.nav li:hover li a,
/*sub menu的底線*/
.nav li.active li a {
	color: #09548B;
	background: none !important;
	line-height: normal;
	width: 150px;
	text-indent: 1px;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9dde0;
	height: 20px;
	padding-top: 5px;
	margin: 0px;
}
.nav li:hover li a:hover,
.nav li.active li a:hover {
	color: #003399;
	text-decoration: none;
	line-height: normal;
}
/*IE*/
.nav li li a:hover,
.nav li li a:hover {
	color: #29306E;
	text-decoration: none;
	line-height: normal;
}
/**/
.nav .btm-bg {
	width: 160px;
	height: 1px;
	overflow: hidden;
	clear: both;
}

.content {
	width: 670px;
	background: transparent url(../images/content_bgxx.png) repeat-y;
	float: left;
	padding: 10px 20px;
}
.content h1 {
	color: #fff;
	border-bottom: 1px dashed #C1D9F0;
}
.content h2 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 10px;
	margin-bottom: -5px;
}
.content p {
	padding: 0 15px;
	text-align: justify;	
}
.content-bottom {
	width: 710px;
	background: transparent url(../images/content_bottom.png) no-repeat;
	height: 13px;
	float: left;
}
#navigation {
	width: 981px;
	font-size: 13px;
	font-weight: bold;
	color: #09548B;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#navigation li {
	font-size: 13px;
	font-weight: bold;
	color: #09548B;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation li a {
	font-size: 13px;
	color: #616161;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#navigation  li  a:hover {
	font-size: 13px;
	color: #09548B;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#navigation li b {
	font-size: 13px;
	color: #254085;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#navigation li b:hover {
	font-size: 13px;
	color: #09548B;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


#Content {
	width: 1024px;
	float: left;
	height: auto;
}
.menu-left {
	background: url(../images/menu_left.gif) no-repeat left top;
	width: 6px;
























	height: 28
.px;
	line-height: 30px;
	display: block;
	float: left;
	height: 30px;
}
.menu-right {
	background: url(../images/menu_right.gif) no-repeat top left;
	width: 6px;
	height: 30px;
	line-height: 30px;
	display: block;
	float: left;
}
.menu-mid {
	height: 30px;
	line-height: 30px;
	display: block;
	float: left;
	background: url(../images/menu_mid.gif) repeat-x top left;
	width: 118px;
}
#menu-box {
	width: 118px;
	float: left;
	height: 30px;
	text-align: center;
	cursor: pointer;
}

