@charset "utf-8";
/* CSS Document */
#leftnav {
	width: 197px;
	height: auto;
	margin: 0px 0px 5px 17px;
	float: left;
	background-image: url(../../data/wrapper/leftnav/center.jpg);
	
}
/*第一層---------------------*/
#multi_menu {
 width: 197px;
 height: auto;
 background-repeat: no-repeat;
 background-position: center bottom;
 margin-bottom: 10px;
 padding-top: 0;
 padding-right: 0;
 padding-bottom: 37px;
 padding-left: 0;

}
ul.ma_menu {
	width: 197px;
	/********height: auto;**/
	list-style-type: none;
	clear: both;
	margin: 0 auto;
	padding: 0px;
	margin: 0px;
}
/*第一層 滑鼠覆蓋前---------------------*/
ul.ma_menu > li {
	/*width: 100%;*/
	/*height: 35px;*/
	display: block;
	overflow: visible;
	cursor: pointer;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	ransition: background 200ms linear;
	margin: 0 auto;
	min-height: 30px;
	margin-top: 0px;
	background: url(../../data/wrapper/leftnav/bg.jpg) no-repeat left -3px;
	margin: 0px 10px 0px 10px;
	padding: 5px 0px 0px 35px;
	border-bottom: 1px #bbb solid;
	 	

}
/*第一層 滑鼠覆蓋後---------------------*/
ul.ma_menu > li:hover {
	background: url(../../data/wrapper/leftnav/bg-.jpg) no-repeat left -3px;/*注意是置中或是置左*/
}
/*第一層 文字變色前---------------------*/
ul.ma_menu > li a {
	width: 100%;
	display: block;
	min-height: 30px;
	/*margin: 0px auto;*/
	color: #412605;
	font-size: 15px;
	text-decoration: none;
	text-align: left;
	outline: none;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
	background-repeat: no-repeat;
	background-position: 15px 6px;
	font-family: "微軟正黑體";
}
ul.ma_menu > li a:hover {
	color: #B9005F;
	text-decoration: none;
}
ul.ma_menu > li.lock {
	background: url(../../data/wrapper/leftnav/bg-.jpg) no-repeat left top;	/*注意是置中或是置左*/
}
ul.ma_menu > li.lock a {
	color: #B9005F;
	font-weight:bold;
	text-decoration: none;
}
ul.ma_menu li.lock ul li a {
	color:#412605;
	
	text-decoration: none;
	text-align: left;
	padding: 0px 5px 0px 0px;
	outline: none;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
/*第一層---------------------*/

/*第二層---------------------*/
ul.ma_menu ul {
	padding: 0px;
	margin: 0px;
	/*display: none;*/
	margin: auto;
	list-style-type:none;
	font-size:13px;
}
ul.ma_menu ul li.lock {
	color: #888;
	text-decoration: none;
}
ul.ma_menu ul li {
	min-height: 20px;
	clear: both;
	margin: auto;
	border-bottom: 0px;
	font-weight: normal;
}
ul.ma_menu ul li:hover {
	background-repeat: no-repeat;
	background-position: bottom;
}
ul.ma_menu ul li a { /*第二層文字設定*/
	color: #412605;
	text-decoration: none;
	text-align: left;
	font-size:13px;
	padding: 0px 5px 0px 0px;
	outline: none;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
ul.ma_menu ul li a:hover {
	color: #888888;
	text-decoration: none;
}
/*第二層---------------------*/

ul.ma_menu ul ul li a {
	color: #412605;
	padding-left: 0px;
}
ul.ma_menu ul ul li a:hover {
	color: #fff;
}
ul.ma_menu span {
	float: right;
}
/*****************ck特調*****************/
.leftnav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
ul.ma_menu ul {
	display: none;
}
.first-list {
	padding-bottom: 3px;
}
