@charset "utf-8";
/* CSS Document */
/*********************************************************/
/*********************************************************/
/*********************************************************/
/*********************************************************/
ul.left_menu {
	height: auto;
	display:block;
	z-index: 99;
	border:#00527B 1px solid;
	margin-bottom:15px;
}
ul.left_menu > li.block {
	padding:0 0 15px 0;
	margin-bottom:15px;
}
ul.left_menu > li {
	display: block;
	cursor: pointer;
	list-style: none;
	position:relative;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
ul.left_menu > li:first-child a{
	border-top:none;
}
ul.left_menu > li:last-child {
	border-bottom:none;
}
ul.left_menu > li:hover {
}
ul.left_menu > li:before {
	content:'';
	width:7px;
	height:7px;
	position:absolute;
	top:16px;
	left:20px;
	background:url(../images/leftnav/dot.png) no-repeat;
}
ul.left_menu li a, ul.left_menu li a:visited {
	border-top:#00527B 1px solid;
	border-bottom:#0B6FA3 1px solid;
	font-size: 15px;
	line-height: 20px;
	display: block;
	letter-spacing:0px;
	color:#FFF;
	text-decoration: none;
	padding:10px 10px 10px 40px;
	outline: none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00527b+0,003651+100 */
	background: rgb(0,82,123); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,82,123,1) 0%, rgba(0,54,81,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,82,123,1)), color-stop(100%,rgba(0,54,81,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,82,123,1) 0%,rgba(0,54,81,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,82,123,1) 0%,rgba(0,54,81,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,82,123,1) 0%,rgba(0,54,81,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,82,123,1) 0%,rgba(0,54,81,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00527b', endColorstr='#003651',GradientType=0 ); /* IE6-9 */
}
ul.left_menu > li > a:hover, ul.left_menu > li.act > a, ul.left_menu > li.active > a {
	font-weight:bold;
	color:#FFF;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4dafe4+0,006a9f+100 */
	background: rgb(77,175,228); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(77,175,228,1) 0%, rgba(0,106,159,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(77,175,228,1)), color-stop(100%,rgba(0,106,159,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(77,175,228,1) 0%,rgba(0,106,159,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(77,175,228,1) 0%,rgba(0,106,159,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(77,175,228,1) 0%,rgba(0,106,159,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(77,175,228,1) 0%,rgba(0,106,159,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dafe4', endColorstr='#006a9f',GradientType=0 ); /* IE6-9 */
}
ul.left_menu > li.act:before, ul.left_menu > li.active:before, ul.left_menu > li:hover:before{
	background:url(../images/leftnav/dot_.png) no-repeat;
}
/****************************************************/
/****************************************************/
ul.left_menu ul {
	margin:0 auto;
	display: none;
}
ul.left_menu ul li {
	clear: both;
	list-style: none;
	border:none;
	position:relative;
	border-bottom:#B2B2B2 1px solid;
}
ul.left_menu ul li:first-child {
}
ul.left_menu ul li:last-child {
	padding-bottom:0px !important;
}
ul.left_menu ul li:before {
	content:'';
	width:4px;
	height:7px;
	position:absolute;
	top:14px;
	left:22px;
	background:url(../images/leftnav/dot2.png) no-repeat;
	z-index:999;
}
ul.left_menu ul li a, ul.left_menu ul li a:visited {
	margin:0 auto;
	padding:8px 10px 8px 40px;
	color:#226181;
	line-height:20px;
	font-size: 15px;
	text-decoration: none;
	outline: none;
	border:none;
	background:none;
	font-weight:normal;
	position:relative;
	background:#EEEEEE;
	border-bottom:#FFF 1px solid;
}
ul.left_menu ul li a:hover, ul.left_menu ul li.active > a, ul.left_menu ul li.act > a {
	color:#FF7F00;
	background:#C4E3F7;
}
ul.left_menu ul li.act:before, ul.left_menu ul li.active:before, ul.left_menu ul li:hover:before{
	background:url(../images/leftnav/dot2_.png) no-repeat;
}
/****************************************************/
/****************************************************/

ul.left_menu ul ul li a {
	color: silver;
	padding-left: 40px;
}
ul.left_menu ul ul li a:hover {
	color: #675C7C;
}
/************************************************/
/************************************************/
.left_menu_bg{
	position: fixed;
    z-index: 0;
	top: 135px;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.85);
    display: none;
}
@media (max-width: 850px){
	ul.left_menu {
		margin-bottom: 0px;
	}
	body.active .left_menu_bg {
		display: block;
	}
	body #wrapper.top_box_fixed .left_menu_bg{
		top: 80px;
	}
}