
@charset "utf-8";
/* CSS Document */
/*********************************************************/
ul.left_menu {
	display:block;
	position:relative;
	background:#FFF;
	margin-bottom:20px;
}
ul.left_menu > li.block {
	padding:0 0 15px 0;
	margin-bottom:15px;
}
ul.left_menu > li {
	list-style:none;
	padding-left:2px;
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	margin-bottom:6px;
}
ul.left_menu > li {
}
ul.left_menu > li:after{
	content:'';
	background:url(../images/leftnav/ar.png) no-repeat;
	position: absolute;
	width:6px;
	height: 12px;
	left:5px;
	top:17px;
	color:#334090;
	z-index:4;
	-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 {
}
ul.left_menu > li:hover {
}
ul.left_menu li a.ar {
}
ul.left_menu li a, ul.left_menu li a:visited {
	color:#555555;
	font-size:15px;
	line-height:1.4;
	padding: 13px 10px 13px 25px;
	display: block;
	text-decoration:none;
	background:#E8E8E8;
	position: relative;
	border-left:#334090 3px solid;
	-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 {
	background:url(../images/leftnav/ar_.png) no-repeat;
}
ul.left_menu > li > a:hover, ul.left_menu > li.act > a, ul.left_menu > li.active > a {
	border-color:#B20000;
}
ul.left_menu li.act a i, ul.left_menu li.active a i, ul.left_menu li a:hover i{
	color:#B20000 !important;
}
ul.left_menu li.act >ul, ul.left_menu li.active >ul{
	display:block;
}
/****************************************************/
ul.left_menu ul {
	margin:0 auto;
	padding:10px 5px;
	display: none;
}
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:last-child a {
}
ul.left_menu ul li a　span{
}
ul.left_menu ul li a, ul.left_menu ul li a:visited {
	margin:0 auto;
	padding:10px 0px 10px 10px;
	color:#666666;
	line-height:20px;
	font-size: 13px;
	text-decoration: none;
	outline: none;
	background:none;
	font-weight:normal;
	position:relative;
	border:none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-bottom:#D7D7D7 1px solid;
}
ul.left_menu ul li a:before{
	content:'';
	background:url(../images/leftnav/ar2.png) no-repeat;
	display:inline-block;
	margin-right:10px;
	width: 4px;
	height: 7px;
	margin-bottom:2px;
}
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 {
	color:#007FA5;
}
/****************************************************/

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;
}
/************************************************/
/************************************************/
