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

.tl_menu {
	width: 211px;
	height: auto;
	margin: auto;
	padding: 0;
	background-image: url(../../data/wrapper/left/bg.jpg);
	background-repeat: repeat-y;
}
.tl_menu ul {
	width: 100%;
	height: auto;
	position: relative;
	background-image: url(../../data/wrapper/left/down.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0 auto;
	padding: 0 0 40px 0;
}
.tl_menu ul li {
	width: 160px;
	background-position: left top;
	overflow: visible;
	cursor: pointer;
	background:#212121;
	min-height: 37px;
	margin: auto;
	text-align: right;
	padding-right: 0px;
}
.tl_menu ul li a {
	display: block;
	color: #737373;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
	outline: none;
	text-decoration: none;
	padding:8px 15px 10px 0;
	border-bottom: #717171 1px dotted;
	background:url(../../data/wrapper/left/list_03.jpg) right 15px no-repeat;
}
.tl_menu ul li a:hover {
	color: #cda662;
}
/************************************************/

.tl_menu2 {
	width: 211px;
	height: auto;
	margin: auto;
	padding: 0;
	background-image: url(../../data/wrapper/left/bg.jpg);
	background-repeat: repeat-y;
	line-height: 18px;
}
/***************************



/*第一層---------------------*/

/*開關---------------------*/

/*.tl_menu ul li .active {

	background:url(../images/on.png) top right no-repeat;

}



.tl_menu ul li .inactive {

	background:url(../images/off.png) top right no-repeat;

}*/

/*開關---------------------*/

/*第二層---------------------*/

ul.t2_menu {
	width: 219px;
	margin: 0;
	display: none;
}
ul.t2_menu li {
	width: 100%;
	border-bottom: none;
	background-position: left top;
	background-image: url(../../data/wrapper/leftnav/list2.jpg);
	background-repeat: no-repeat;
	height: 38px;
}
ul.t2_menu li a {
	color: #2485D4;
	font-size: 13px;
	padding: 12px 0 12px 38px;
	height: 14px;
	outline: none;
	text-decoration: none;
}
ul.t2_menu li a:hover {
	color: #EA1919;
}
/*第二層---------------------*/

/*第三層---------------------*/

.tl_menu ul li ul li ul {
	width: 90%;
	margin: 0 0 5px 15px;
}
.tl_menu ul li ul li ul li {
	border-bottom: none;
	color: #848484;
	background: url(../../data/wrapper/rightnav/dot3.png) no-repeat;
	background-position: 16px 13px;
}
.tl_menu ul li ul li ul li a {
	border-bottom: none;
	color: #969696;
	text-decoration: none;
	outline: none;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
.tl_menu ul li ul li ul li a:visited {
	color: #969696;
	text-decoration: none;
}
.tl_menu ul li ul li ul li a:hover {
	color: #2599AC;
	font-weight: normal;
	text-decoration: none;
}

/*第三層---------------------*/
