@charset "utf-8";
/* CSS Document */
/*第一層---------------------*/

.multi_menu {
	width: 200px;
	height: auto;
	z-index: 99;
	margin:0 auto;
	padding:00px 0 30px 0;
	border-top: none;
}

/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
ul.ma_menu {
	width: 200px;
	height: auto;
	margin: 0 auto;
	padding-bottom:50px;
	z-index: 99;
	background:none;
}
ul.ma_menu > li {
	display: block;
	overflow: visible;
	cursor: pointer;
	min-height:30px;
	width: 100%;
	margin: 0 auto;
	background:url(../../data/wrapper/leftnav/line.jpg) bottom no-repeat;
	behavior:url(../../scripts/pie/PIE.htc);
}
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;
	margin-top: 0px;
	color:#bcbcbc;
	font-size: 13px;
	text-decoration: none;
	padding: 12px 0 13px 25px;
	outline: none;
	background:url(../../data/wrapper/leftnav/dot.png) 10px 15px no-repeat;
	-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:#bcbcbc;
	text-decoration: none;
}
ul.ma_menu > li > a:hover {
	color: #F00;
	text-decoration: none;
}
ul.ma_menu > li > a.active {
	color: #F00;
	text-decoration: none;
}
/*第一層---------------------*/
/*第二層---------------------*/
ul.ma_menu ul {
	width: 100%;
	padding-bottom:20px;
	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:#FFF;
	font-size: 13px;
	text-decoration: none;
	padding: 5px 0 6px 25px;
	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: silver;
	padding-left: 40px;
}
ul.ma_menu ul ul li a:hover {
	color: #675C7C;
}
ul.ma_menu span {
	float: right;
}





