@charset "utf-8";
/* CSS Document */
/*********************************************************/
ul.left_menu {
	max-width:150px;
	display:block;
	position:relative;
	border-top:none;
	overflow:hidden;
	overflow:auto;
}
ul.left_menu > li {
	list-style:none;
	position: relative;
	margin-bottom:7px;
	border-bottom:#D3D1DE 1px solid;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
ul.left_menu > li > a:before{
	content:'';
	position: absolute;
	font-size: 10px;
	display:block;
	right:10px;
	top:15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 6px;
	border-color: transparent transparent transparent #72459b;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
ul.left_menu > li:first-child {
}
ul.left_menu > li:last-child a:after {
	display:none;
}
ul.left_menu > li:hover  > a:before{
	display:block;
}
ul.left_menu li a, ul.left_menu li a:visited {
	color: #7E799F;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	padding: 8px 10px 8px 5px;
	display: block;
	text-decoration: none;
	position: relative;
	letter-spacing:1px;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
ul.left_menu > li.act:after, ul.left_menu > li.active:after, ul.left_menu > li:hover:after {
}
ul.left_menu > li.act a:before, ul.left_menu > li.active a:before, ul.left_menu > li:hover a:before {
	border-color: transparent transparent transparent #3385FE;
}
ul.left_menu > li > a:hover, ul.left_menu > li.act > a, ul.left_menu > li.active > a {
	color:#3385FE;
}
ul.left_menu li.act a i, ul.left_menu li.active a i, ul.left_menu li a:hover i{
	color:#D80000 !important;
}
/****************************************************/
ul.left_menu ul {
	margin:0 auto;
	display: none;
	background:#EEEEEE;
}
ul.left_menu ul li {
	clear: both;
	list-style: none;
	border:none !important;
}
ul.left_menu ul li:first-child {
}
ul.left_menu ul li:last-child {
}
ul.left_menu ul li a　span{
}
ul.left_menu ul li a, ul.left_menu ul li a:visited {
}
ul.left_menu ul li a:hover:before, ul.left_menu ul li.active > a:before, ul.left_menu ul li.act > a:before {
}
ul.left_menu ul li a:hover, ul.left_menu ul li.active > a, ul.left_menu ul li.act > a {
	background:#DDDDDD;
}
/****************************************************/

ul.left_menu ul ul{
	padding:10px 0;
	border-bottom:#CCCCCC 1px solid !important;
}
ul.left_menu ul ul li a {
	padding:0px;
	color:#777777;
	border:none !important;
}
ul.left_menu ul ul li a:hover {
	color: #CC000C;
}
/************************************************/
/************************************************/
