#leftside{
	position: relative;
	float: left;
	width: auto;
	height: auto;
	}
#leftside_box{
	position: relative;
	width: 218px;
	height: auto;
	margin-bottom: 40px;
	}
#leftnav_top{
	width: 200px;
	height: 51px;
	background: url(../../data/leftnav/top.jpg) no-repeat;
	padding: 18px 0 0 18px;
	margin-bottom: 2px;
	}

#leftnav{
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0 auto;
	}
	
/*第一層---------------------*/
ul.ma_menu {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0 auto;
	list-style-type: none;
}

ul.ma_menu > li {
	display: block;
	margin: 0 auto;
	-webkit-transition: color 120ms linear;
	-moz-transition: color 120ms linear;
	-o-transition: color 120ms linear;
	transition: color 120ms linear;
	position:relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6e6e6+0,ffffff+100 */
	background: #e6e6e6; /* Old browsers */
	background: -moz-linear-gradient(top,  #e6e6e6 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e6e6e6 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e6e6e6 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e6e6e6 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e6e6e6 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border-bottom:1px solid #DDD;
	border-top:1px solid #FFF;
	}
ul.ma_menu > li .icon{
	width: 12px;
	height: 12px;
	display: block;
	position: absolute;
	left: 19px;
	top: 12px;
	background: url(../../data/leftnav/icon.png) no-repeat;
	}
ul.ma_menu li a {
	display: block;
	color: #666;
	font-weight:bold;
	font-size: 15px;
	line-height:20px;
	text-decoration: none;
	padding: 8px 15px 8px 38px;
	-webkit-transition: color 120ms linear;
	-moz-transition: color 120ms linear;
	-o-transition: color 120ms linear;
	transition: color 120ms linear;
}

ul.ma_menu > li a:hover {
	color: #1381BD;	
}

ul.ma_menu > li a.act{
	color:#F00;
	}

/*第一層---------------------*/

/*第二層---------------------*/

ul.ma_menu > li ul span{
	width: 10px;
	height: 10px;
	position: absolute;
	top: 14px;
	right: 12px;
	}
ul.ma_menu li ul{
	}
ul.ma_menu ul li{
	border: none;
	list-style:none;
	position:relative;
}

ul.ma_menu ul li a {
	background-image:none !important;
	color:#666;
	padding-left: 20px;
	font-weight:bold;
}
ul.ma_menu ul li a:hover{
	color:#FFF;
	background-color: #999;
}

ul.ma_menu ul li.active a{
	color:#FFF;
	background-color: #999;
	}

/*第二層---------------------*/

#leftnav_bot{
	width: 223px;
	height: 42px;
	margin-bottom: 30px;
	}
