#leftside {
	position: relative;
	float: left;
	width: auto;
	height: auto;
	padding-right: 25px;
	border-right: 1px solid #DDD;
	margin-bottom: 50px;
}
#leftside_box {
	position: relative;
	width: 245px;
	height: auto;
}
#leftnav_top {
	width: 245px;
	height: 74px;
}
#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;
	width: 240px;
	border-bottom: 2px solid #DDD;
}
ul.ma_menu > li .icon {
	width: 8px;
	height: 8px;
	display: block;
	position: absolute;
	left: 24px;
	top: 17px;
	background: url(../../data/leftnav/icon.png) no-repeat;
}
ul.ma_menu > li:hover .icon {
	background: url(../../data/leftnav/icon_.png) no-repeat;
}
ul.ma_menu > li > a.act .icon {
	background: url(../../data/leftnav/icon_.png) no-repeat;
}
ul.ma_menu > li a {
	display: block;
	color: #777;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	text-decoration: none;
	padding: 12px 10px 12px 40px;
	-webkit-transition: color 120ms linear;
	-moz-transition: color 120ms linear;
	-o-transition: color 120ms linear;
	transition: color 120ms linear;
	background-color: none;
}
ul.ma_menu > li a:hover {
	color: #FFF;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0046d4+14,0b009c+93 */
	background: url(../../data/leftnav/slash.png), #0046d4; /* Old browsers */
	background: url(../../data/leftnav/slash.png), -moz-linear-gradient(top, #0046d4 14%, #0b009c 93%); /* FF3.6-15 */
	background: url(../../data/leftnav/slash.png), -webkit-linear-gradient(top, #0046d4 14%, #0b009c 93%); /* Chrome10-25,Safari5.1-6 */
	background: url(../../data/leftnav/slash.png), linear-gradient(to bottom, #0046d4 14%, #0b009c 93%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0046d4', endColorstr='#0b009c', GradientType=0 ); /* IE6-9 */
}
ul.ma_menu > li a.act {
	color: #FFF;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0046d4+14,0b009c+93 */
	background: url(../../data/leftnav/slash.png), #0046d4; /* Old browsers */
	background: url(../../data/leftnav/slash.png), -moz-linear-gradient(top, #0046d4 14%, #0b009c 93%); /* FF3.6-15 */
	background: url(../../data/leftnav/slash.png), -webkit-linear-gradient(top, #0046d4 14%, #0b009c 93%); /* Chrome10-25,Safari5.1-6 */
	background: url(../../data/leftnav/slash.png), linear-gradient(to bottom, #0046d4 14%, #0b009c 93%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0046d4', endColorstr='#0b009c', GradientType=0 ); /* IE6-9 */
}
/*第一層---------------------*/

/*第二層---------------------*/

ul.ma_menu > li ul span {
	width: 10px;
	height: 10px;
	position: absolute;
	top: 14px;
	right: 12px;
}
ul.ma_menu li ul {display: none;
	background-color: #EEE;
}
ul.ma_menu ul li {
	border: none;
	list-style: none;
	position: relative;
	background: url(../../data/leftnav/del.png) no-repeat 1.8em 1em;
}
ul.ma_menu ul li .icon {
	position: absolute;
	top: 10px;
	left: 28px;
	width: 7px;
	height: 7px;
}
ul.ma_menu ul li a {
	background-image: none !important;
	color: #888;
	padding-left: 20px;
	font-weight: bold;
	font-size: 15px;
	padding: 8px 15px 8px 40px;
	background: url(../../data/leftnav/del.png) no-repeat;
}
ul.ma_menu ul li a:hover {
	color: #111;
}
ul.ma_menu ul li.active a {
	color: #111;
}
/*第二層---------------------*/

#leftnav_bot {
	width: 245px;
	height: 2px;
}
#ad {
	width: 230px;
	height: 70px;
	text-indent: -9999px;
}
#ad a {
	width: 230px;
	height: 70px;
	display: block;
	background: url(../../data/leftnav/ad.jpg);
}
#ad a:hover {
	background: url(../../data/leftnav/ad_.jpg);
}
