@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;
    padding: 6px 4px 22px 4px;
    width: 200px;
    -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
    border-right: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    /*background:url(../images/leftnav/menu_left.jpg)top left no-repeat,url(../images/leftnav/menu_right.jpg)top right no-repeat;*/
    -webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
    background: #F4F4F4;

}
ul.left_menu:after{
    content: '';
    width: 180px;
    height: 16px;
    display: block;
    background: url(../images/leftnav/bottom.jpg)no-repeat;
    position: absolute;
    bottom: -18px;
    left: 10px;
}
ul.left_menu > li.block {
	padding:0 0 15px 0;
	margin-bottom:15px;
}
ul.left_menu > li {
	list-style:none;
	padding:0 0 2px 0;
    margin: 0 1px;
    background: url(../images/leftnav/list.png)bottom repeat-x;
	-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:#444444;
	font-size:16px;
    font-weight: bold;
	line-height:1.6;
	padding: 6px 14px;
	display: block;
	text-decoration:none;
}
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: url(../images/leftnav/icon.png)170px 15px no-repeat,#17AAE0;
}
ul.left_menu > li.act, ul.left_menu > li.active{
}
/****************************************************/
/****************************************************/
ul.left_menu ul {
	margin:0 auto;
	display: none;
    overflow: hidden;
}
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 10px;
	color:#17AADF;
	line-height:20px;
	font-size: 14px;
	text-decoration: none;
	outline: none;
	border:none;
	background:none;
	font-weight:normal;
	position:relative;
}
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:#FF6600;
}
ul.left_menu ul li a:hover, ul.left_menu ul li.active > a, ul.left_menu ul li.act > a {
	color:#19469B;
    border: 1px solid #91B0EC;
    padding:9px;
    background: url(../images/leftnav/icon2.png)170px 15px no-repeat,#FFF;
}
/****************************************************/
/****************************************************/

ul.left_menu ul ul li a {
	color: silver;
	padding-left: 40px;
}
ul.left_menu ul ul li a:hover {
	color: #675C7C;
}
/************************************************/
/************************************************/

