@charset "utf-8";
/* CSS Document */
/*第一層---------------------*/
.multi_menu {
	width:200px;
	height: auto;
	background-color: #EEEEEE;
}

ul.ma_menu {
	width: 100%;
	height: auto;
	padding: 0px;
	list-style-type: none;
	background-image: url(../../data/wrapper/leftnav/down.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear: both;
	margin: 0 auto;
	padding-bottom:23px;
}

ul.ma_menu li {
	width: 100%;
	display: block;
	margin: 0 auto;
	background-position: 172px 15px;
	overflow: visible;
	cursor: pointer;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	ransition: background 200ms linear;
	background-image: url(../../data/wrapper/leftnav/dot.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1D1D1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	text-align: right;
}
	
ul.ma_menu > li a {
	display: block;
	margin-top: 0px;
	color: #636363;
	font-size: 13px;
	text-decoration: none;
	padding: 10px 30px 10px 10px;
	outline: 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:hover {
	color: #2f479d;
	text-decoration: none;
}
/*第一層---------------------*/
/*第二層---------------------*/
ul.ma_menu ul {
	width: 100%;
	display: none;
	margin: auto;
}

ul.ma_menu ul li {
	color: #666666;
	background-position: 41px 15px;
	clear: both;
	background-image: url(../../data/wrapper/leftnav/dot2.png);
	background-repeat: no-repeat;
}
ul.ma_menu ul li.active{
	border-top: 1px solid #C2C2C2;
}

ul.ma_menu ul li a {
	color:#666666;
	font-size: 13px;
	text-decoration: none;
	text-align: left;
	padding: 7px 7px 7px 49px;
	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:hover {
	color: #1F6470;
	font-weight: bold;
	text-decoration: none;
}
/*第二層---------------------*/

ul.ma_menu ul ul li a {
	color:silver;
	padding-left: 40px;
}

ul.ma_menu ul ul li a:hover {
	background-color:#D3CEB8;
	color:#675C7C;
}

ul.ma_menu span{
	float:right;
}