#menu_left {
	padding: 25px 0 35px;
	text-align: left;
}
#menu_left .wrapper {
	position: relative;
}
#menu_left .wrapper:after {
	background-image: url(/images/shadow.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: -12px;
	content: '';
	height: 12px;
	left: 0;
	position: absolute;
	width: 100%;

	display: none;
}
#menu_left div.separator {
	line-height: 0;
	width: 100%;
	height: 0px;
}
#menu_left div.root {
	line-height: 0;
	background-image: url(/images/arrow.jpg);
	background-position: left 7px;
	background-repeat: no-repeat;
	padding: 3px 0 3px 20px;
	margin: 0 0 10px;
}
#menu_left div.root:first-child {
	border-top: none;
}
#menu_left div.root:last-child {
	border-bottom: none;
}
#menu_left div.root a {
	display: inline-block; *zoom:1; *display:inline;
	display: block;
	position: relative;
	text-align: left;
	line-height: 0;
	text-decoration: none;
}
#menu_left div.root a span {
	display: inline-block; *zoom:1; *display:inline;
}
#menu_left div.root a span.text {
	border-bottom: 1px solid #9a9a9a;
	color: #1a1a1a;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	position: relative;
	text-decoration: none;
	z-index: 40;

	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#menu_left div.root a span.state, #menu_left div.root a span.hover, #menu_left div.root a span.active {
	position: absolute;
	line-height: 0;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;

	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#menu_left div.root a span.state {
	z-index: 25;
}
#menu_left div.root a span.hover {
	z-index: 30;
	opacity: 0;
}
#menu_left div.root a:hover span.hover {
	opacity: 1;
}
#menu_left div.root a:hover span.text {
	border-bottom-color: transparent;
	color: #228de1;
}
#menu_left div.root a span.active {
	z-index: 30;
	opacity: 0;
}
#menu_left div.root a.active span.state {
	opacity: 1;
}
#menu_left div.root a.active span.hover {
	opacity: 1;
}
#menu_left div.root a.active span.active {
	opacity: 0;
}
#menu_left div.root a.active span.text {
	border-bottom-color: transparent;
	color: #228de1;
}
#menu_left div.childs {
	line-height: 0;
	padding: 5px 0 15px;
}
#menu_left div.childs div.child {
	margin: 0px 20px 10px 30px;
}
#menu_left div.childs div.child:first-child {
	border-top: none;
}
#menu_left div.childs div.child a {
	text-decoration: none;
	position: relative;
	padding: 0;
	text-align: left;
}
#menu_left div.childs div.child a:before {
	content: '-';
	color: #228de1;
	font-size: 12px;
	position: absolute;
	left: -10px;
	top: 7px;
}
#menu_left div.childs div.child a:hover:before {
	color: #393939;
}
#menu_left div.childs div.child a.active:before {
	color: #1a1a1a;
}
#menu_left div.childs div.child a span {
	color: #228de1;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	display: inline-block; *zoom:1; *display:inline;
	border-bottom: 1px solid transparent;

	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#menu_left div.childs div.child a span.symbol {
	display: none;
}
#menu_left div.childs div.child a:hover span {
	color: #393939;
}
#menu_left div.childs div.child a.active span {
	border-bottom-color: #cacaca;
	color: #1a1a1a;
}
#menu_left div.childs div.child a.active span.symbol {
	display: inline-block; *zoom:1; *display:inline;
	width: 8px;
	height: 11px;
	position: absolute;
	background: url(/images/menu-left-child.jpg) center center no-repeat;
	left: -22px;
	top: 3px;

	display: none;
}