@import url(http://fonts.googleapis.com/css?family=Quicksand:700);
@import url(http://fonts.googleapis.com/css?family=Oswald);
@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;
	padding:3px 0;
	border-bottom:#D3D1D0 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: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:#FF0000;
	font-size:17px;
	line-height:20px;
	padding: 14px;
	display: block;
	text-decoration:none;
	-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: inline-block;
	font-size:20px;
	font-weight:bold;
	font-family: 'Quicksand', sans-serif;
	color:#666666;
	margin-right:5px;
	-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:#FFF;
}
ul.left_menu > li > a:hover, ul.left_menu > li.act > a, ul.left_menu > li.active > a {
	color:#FFF;
	background:#FF0000;
}
ul.left_menu > li.act, ul.left_menu > li.active{
}
/****************************************************/
/****************************************************/
ul.left_menu ul {
	margin:0 auto;
	display: none;
}
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, ul.left_menu ul li a:visited {
	margin:0 auto;
	padding:10px 10px 10px 50px;
	color:#333333;
	line-height:20px;
	font-size: 14px;
	text-decoration: none;
	outline: none;
	border:none;
	background:none;
	font-weight:normal;
	position:relative;
	border-bottom:none !important;
}
ul.left_menu ul li a:before{
	content:'.';
	display:block;
	position:absolute;
	left:40px;
	top:3px;
	font-family: 'Oswald' !important;
	font-weight:700;
	font-size:20px;
	color:#666666;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
ul.left_menu ul li a:hover:before, ul.left_menu ul li.active > a:before, ul.left_menu ul li.act > a:before {
	color:#999999;
}
ul.left_menu ul li a:hover, ul.left_menu ul li.active > a, ul.left_menu ul li.act > a {
	color:#999999;
	text-decoration:underline;
}
/****************************************************/
/****************************************************/

ul.left_menu ul ul li a {
	color: silver;
	padding-left: 40px;
}
ul.left_menu ul ul li a:hover {
	color: #675C7C;
}
/************************************************/
/************************************************/
