@charset "utf-8";

.left_nav_container {
	width: 207px;
	padding-left: 2px;
	margin-right: 0px;
	padding-bottom: 6px;
	padding-top: 6px;
	display: block;
	height: auto;
	margin-left: 0px;
	background-color: #FDFDFD;
	background-image: url(../images/sub_menu_bg.jpg);
	background-repeat: repeat-y;
}
.left_nav {
	font-size: 11px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif, "新細明體";
}
.left_navsub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: none;
	margin-top: 4px;
}
.left_nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.left_navsub ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 13px;
}
.left_nav li {
	color: #FA4E8B;
	background-image: url(../images/spacer.gif);
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 15px;
	background-repeat: no-repeat;
	font-weight: bold;
	width: 182px;
}
.left_navsub li {
	color: #999999;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	font-weight: bold;
	width: 182px;
	margin-left: 0px;
	padding-left: 0px;
	background-image: url(../images/navsub_dot.jpg);
	background-position: 0px 6px;
}
.left_nav a{
	color: #868686;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	text-decoration: none;
}
.left_navsub a{
	color: #868686;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	text-decoration: none;
}
.left_nav a:hover{
	color: #333;
	text-decoration: none;
}
.left_navsub a:hover{
	color: #333;
	text-decoration: none;
}
.left_nav li .current {
	color: #D44D87;
	background-image: url(../images/nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
.left_navsub  li  .current {
	color: #D44D87;
	background-image: url(../images/nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

.nav_sub {
	padding-left: 12px;

}
.nav_sub ul{
	margin: 0px;
	padding: 0px;
}
.nav_sub li .current {
	color: #FA4E8B;
}
.nav_sub li {
	color: #FA4E8B;
	font-weight: normal;
}
.nav_sub li a {
	color: #939393;
	font-weight: normal;
}
.nav_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	padding-top: 12px;
	padding-bottom: 0px;
	font-weight: bold;
	height: 19px;
	margin-top: 0px;
}
.nav_text a{
	color: #D44D87;
	width: 200px;
	text-decoration: none;
	display: block;
	padding-left: 28px;
}
.nav_text a:hover{
	color: #FFFFFF;
	background-image: url(../images/nav_bt_02.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 19px;
	padding-top: 1px;
}
.nav_text_h {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	background-image: url(../images/nav_bt_02.jpg);
	background-repeat: no-repeat;
	font-size: 13px;
	padding-left: 28px;
	height: 19px;
	font-weight: bold;
	background-color: #FDFDFD;
	margin-top: 6px;
	padding-top: 1px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
