@charset "utf-8";
/* CSS Document */
/*第一層---------------------*/

.multi_menu {
	width: 230px;
	height: auto;
	z-index: 99;
	margin:0 auto;
	padding:00px 0 30px 0;
	border-top: none;
}

/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
ul.ma_menu {
	margin:7px 0 0 23px;
	z-index: 99;
}
ul.ma_menu > li {
	font-size:13px;
	background-image: url(../../data/wrapper/left_icon.png);
	background-repeat:no-repeat;
	margin-top:8px;
	background-position:0 0.4em;
	padding-left:15px;
}
ul.ma_menu > li:last-child{
/*	border-bottom:none;*/
}
ul.ma_menu > li:hover {
	behavior:url(../../scripts/pie/PIE.htc);
}
ul.ma_menu li a {
	display: block;
	color:#AAAAAA;
	text-decoration:none;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
ul.ma_menu li a:visited {
	color:#AAAAAA;
	text-decoration: none;
}
ul.ma_menu > li > a:hover {
	color:#CC6750;
	font-weight:bold;
	text-decoration: none;
}
ul.ma_menu > li > a.active {
	color: #525252;
	font-weight:bold;
	background:url(../../data/wrapper/leftnav/bg.jpg) 0 26px repeat-x;
	text-decoration: none;
}
/*第一層---------------------*/
/*第二層---------------------*/
ul.ma_menu ul {
	width: 100%;
	padding-bottom:10px;
	display: none;
}
ul.ma_menu ul li {
	clear: both;
}
ul.ma_menu ul li:first-child{
	clear: both;
	padding:0 0 0 0;
}
ul.ma_menu ul li:last-child{
	clear: both;
	border-bottom:0px;
}
ul.ma_menu ul li a {
	color:#AAAAAA;
	font-size: 13px;
	text-decoration: none;
	padding: 10px 25px 5px 0;
	outline: none;
	font-weight: normal;
	background: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:visited {
	color: #FFF;
	text-decoration: none;
}
ul.ma_menu ul li a:hover {
	color:#FF7F00;
	text-decoration: none;
}
/*第二層---------------------*/

ul.ma_menu ul ul li a {
	color:#FFF;
	color: silver;
	padding-left: 40px;
	text-decoration:none;
}
ul.ma_menu ul ul li a:hover {
	color: #675C7C;
}
ul.ma_menu span {
	float: right;
}





