a {
	color: #FFF; text-decoration: none; cursor: pointer;
}
a:hover {
	text-decoration: none; color:#FFF;
}
.menu {
	background: #FFF; width: 170px; height: 500px; overflow: hidden; padding-top: 0px; float: left;
}
.nt_open{ font-weight:bold;}

.nicetree {
	margin: 0px 0px; padding: 0px; list-style-type: none;
}
.nicetree li {
	line-height: 18px; font-size: 15px; border-bottom:#FFF solid 2px; font-weight:bold;
}
.nicetree li:first-child {
	border-top-color: rgb(229, 229, 229); border-top-width: 1px; border-top-style: solid;
}
.nicetree li a {
	padding: 9px 5px 9px 5px; display: block; background:#86CD4B; 
}
.nicetree li a:hover { color:#FFF; background:#67AB30}
.nicetree li:first-child.active {
	/*border-top-color: rgb(210, 222, 229); border-top-width: 2px; border-top-style: solid;*/color:#FFF;
}
.nicetree li.withsubsections.active {
	color:#FFF;
}
.nicetree li a.selected {
	color: #FFF; font-weight: bold; background:#67AB30;
}
.nicetree ul.subsections {
	margin: 0px; padding: 0px; list-style-type: none; margin-bottom:10px; font-size:15px;
}
.nicetree ul.subsections li {
	margin: 0px; padding: 0px 0px 0px 0px; border: #fff 0px;  
}
.nicetree ul.subsections li a {
	padding: 3px 3px 3px 10px; background:#FFF; color: rgb(51, 51, 51); overflow: hidden; font-size: 13px; white-space: nowrap; text-overflow: ellipsis; font-weight: normal;
}
.nicetree ul.subsections li a:hover {
	/*text-decoration: underline;*/ color:#000; font-weight:bold; background:#FFF;
}

.nicetree ul.subsections ul.subsections li a {
	color:#666; font-size:13px; padding-left:30px;
}


.nicetree ul.subsections ul.subsections li:first-child {
	/*background: url("images/divider.png") no-repeat 10px 4px;*/
}
.nicetree_hover {
	/*background: url("images/arrow.png") no-repeat right; color: rgb(51, 51, 51);*/
}
