
@charset "utf-8";
/* CSS Document */
/*********************************************************/
/*********************************************************/
ul.left_menu {
	display:block;
	position:relative;
}
ul.left_menu > li.block {
	padding:0 0 15px 0;
	margin-bottom:15px;
}
ul.left_menu > li {
	list-style:none;
	margin-bottom:1px;
	-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:#FFF;
	font-size:15px;
	line-height:20px;
	padding: 14px 25px 14px 14px;
	display: block;
	background:#92519B;
	text-decoration:none;
	position: relative;
	-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:'>';
	display:block;
	font-size:16px;
	font-weight:bold;
	font-family: 'Quicksand', sans-serif;
	color:#DFDFDF;
	position: absolute;
	right:10px;
	top:13px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
ul.left_menu > li > a:hover:before, ul.left_menu > li.act > a:before, ul.left_menu > li.active > a:before {
	color:#C6C0D1;
}
ul.left_menu > li > a:hover, ul.left_menu > li.act > a, ul.left_menu > li.active > a {
	color:#FFF;
	background:#6A3D89;
}
ul.left_menu > li.act, ul.left_menu > li.active{
}
/****************************************************/
/****************************************************/
ul.left_menu ul {
	margin:0 auto;
	display: none;
	background:#F5F5F5;
	padding:30px 0;
}
ul.left_menu ul li {
	clear: both;
	list-style: none;
	border:none;
}
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:before{
	display:none;
}
ul.left_menu ul li a, ul.left_menu ul li a:visited {
	margin:0 auto;
	padding:10px 10px 10px 10%;
	color:#666666;
	line-height:1.2;
	font-size: 15px;
	text-decoration: none;
	outline: none;
	border:none;
	background:none;
	font-weight:normal;
	position:relative;
	border-bottom:none !important;
}
ul.left_menu ul li a:hover, ul.left_menu ul li.active > a, ul.left_menu ul li.act > a {
	color:#925199;
}
/****************************************************/
/****************************************************/

ul.left_menu ul ul li a {
	color: silver;
	padding-left: 40px;
}
ul.left_menu ul ul li a:hover {
	color: #675C7C;
}
/************************************************/
/************************************************/
