@charset "utf-8";
/* CSS Document */

.menu_left a {
	cursor: pointer;
	color: #3B5998;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
}
.menu_left a:hover {
	text-decoration: none;
}
.menu {
	float: left;
	height: 794px;
	overflow: hidden;
	width: 260px;
	background: #fdfdfd;
	border-right: 1px solid #e8e8e8;
	padding:20px 10px 0 0;
}
/*background: rgba(0, 0, 0, 0) url("images/line-title.png") no-repeat scroll center bottom;*/
#menu-top{

    font-size:16px;
   
    padding: 0px 0 18px;
    text-align: center;
}
#shadow{
width:249px;
height:7px;
float:left;
background:url(shadow.png) no-repeat;
margin:0 0 10px 0;
}
.nav{
font-weight:normal; font-family:'DroidSansRegular', sans-serif, Arial, Helvetica;
font-size:16px;
color:#403d3a;
font-weight:normal;
text-decoration:none;
}

.mnu_in_homepage{
width:251px;
height:1366px;
float:left;
background-color:#FFFFFF;

border:1px solid #e4e6e4;
}

.mnu-in{
width:251px;
height:966px;
float:left;
background-color:#FFFFFF;

border:1px solid #e4e6e4;
}
.nicetree {
	list-style-type: none;
	margin: 0 20px 0 20px;
	padding: 0;
}
.nicetree li {
	border-bottom: 1px solid #E5E5E5;
	line-height: 18px;
	font-size: 14px;
}
.nicetree li:first-child {
	
}

.nicetree li a{
	background: rgba(0, 0, 0, 0) url("images/icon-arrow.png") no-repeat scroll 0 11px;
	display: block;
	padding: 6px 6px 6px 6px;
}

.nicetree li a:hover{
	color:#a5a5a5;
}
.nicetree li.active:first-child {
	border-top: 2px solid #D2DEE5;
}
.nicetree li.active.withsubsections {
	background: #f5f5f5;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin: 0 -20px;
	margin-top: -1px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 10px;
}
.nicetree li a.selected {
	color: #333;
	font-weight: bold;	
}
.nicetree ul.subsections {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.nicetree ul.subsections li {
	border: 0;
	padding: 0;
	margin: 0;
	padding-left: 20px;
}
.nicetree ul.subsections li a {
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: hidden;
	padding: 5px 6px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nicetree ul.subsections li a:hover {
	text-decoration: none;
	color:#a5a5a5;
	
}
.nicetree ul.subsections ul.subsections li:first-child {
	background: url(divider.png) no-repeat 10px 4px;
}
.drop{
margin:0px;
}
.drop:hover {
	background: url(arrow.png) no-repeat right center;
	color: #333;
}
.drop.selected {
	color: #333;
	font-weight: bold;	
	background: url(dwn-arrow.png) no-repeat 95% center;
}
.selected{
color: #333;
	font-weight: bold;
}

