@charset "utf-8";
/* CSS Document */
#leftnav{
	width: 180px;
	height: auto;
	margin: 0px 0px 20px 0px;
	float: left;
}
/*第一層---------------------*/
#.multi_menu {
	width: 180px;
	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: 180px;
	/********height: auto;**/
	list-style-type: none;
	clear: both;
	margin: 0 auto;
	padding: 0px;
	margin: 0px;
	display: block;
	
}
/*第一層 滑鼠覆蓋前---------------------*/
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:38px;
	margin-top:8px;
	background: url(../../data/wrapper/leftnav/but_bg.png) center top repeat-y;
	
}
/*第一層 滑鼠覆蓋後---------------------*/
ul.ma_menu > li:hover {
}
/*第一層 文字變色前---------------------*/
ul.ma_menu > li a{
	padding:11px 25px 12px 20px;
	background: url(../../data/wrapper/leftnav/but.png) right top no-repeat;
	}
ul.ma_menu > li a {
	display: block;
	/*margin: 0px auto;*/
	color:#bbb;
	font-size: 13px;
	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;
	font-family: "微軟正黑體";
}

ul.ma_menu > li a:hover {
	color: #fff;
	text-decoration: none;
	background: url(../../data/wrapper/leftnav/but-.png) center top no-repeat;
}
ul.ma_menu > li.active {
}
ul.ma_menu > li.active a{
	color: #bbb;
	text-decoration: none;
}
ul.ma_menu > li.act > a{
	color: #fff;
	text-decoration: none;
	background: url(../../data/wrapper/leftnav/but-.png) center top no-repeat;
}
/*第一層---------------------*/

/*第二層---------------------*/
ul.ma_menu  ul {
	padding:0px;
	margin:0px;
	
	/*display: none;*/
	margin: auto;
	list-style-type:none;
}

ul.ma_menu ul  li.active {
	
}
ul.ma_menu ul li {
	min-height: 35px;
	clear: both;
	margin: auto;
	border-bottom: 0px;
	font-weight: normal;
	background: none;
	
}
ul.ma_menu ul li:hover {	
	
	background-repeat: no-repeat;
	background-position: bottom;
}
ul.ma_menu ul li a {
	color: #B8B8B8;
	text-decoration: none;
	text-align: left;
	padding:11px 25px 12px 20px;
	background: none;
	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:before{
	content:'\00a0\00a0\00a0\00a0';
	} 
ul.ma_menu ul li a:hover {
	color: #fff;
	text-decoration: none;
	background: none;
}
/*第二層---------------------*/

ul.ma_menu ul ul li a {
	color: #B8B8B8;
	padding-left: 0px;
}
ul.ma_menu ul ul li a:hover {
	background-color: #D3CEB8;
	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;

	}
