ul.treenav {
	margin: 0;
	padding: 0;
	width: 183px;
}

ul.treenav, ul.treenav li {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}

ul.treenav li {
	line-height: 24px;
	font-size: 11px;
}

ul.treenav li.first {
	margin-top: 0;
}

ul.treenav li ul {
	padding: 0;
	margin: 0;
}

ul.treenav li a {
	margin-bottom: 3px; 
	width: auto;
	overflow: hidden;
	line-height: 24px;
	height: 24px;
	display: block;
	background: url(bg.gif) 0 -72px no-repeat;
	background-position: 0 0px;
	color: #666 !important;
	text-decoration: none;
	text-indent: 20px;
}

ul.treenav li ul li {
	line-height: 17px;
}

ul.treenav li ul li a {
	height: 17px;
	line-height: 17px;
}

ul.treenav li a:hover {
	color: #fff !important;
	background-position: 0 -48px;
}

/* active node */
ul.treenav li.active a {
	color: #fff !important;
	background-position: 0 -48px;
}

ul.treenav li.active a:hover {
	background-position: 0 -48px;
}

ul.treenav li.branch a {

}

ul.treenav li.branch a:hover {

}

ul.treenav li.activeBranch a {
	color: #fff !important;
	background-position: 0 -123px;
}

ul.treenav li.activeBranch a:hover {
	background-position: 0 -123px;
}

ul.treenav li.activeBranch li {

}

ul.treenav li.activeBranch li a {
	color: #787878 !important;
	background-position: 0 -106px;
}

ul.treenav li.activeBranch li a:hover {
	color: #fff !important;
	background-position: 0 -89px;
}

ul.treenav li.activeBranch li.active a {
	color: #fff !important;
	background-position: 0 -89px;
}

div.treenav {
	width: 183px;
}

div.treenav a {
	margin-bottom: 3px;
	line-height: 24px;
	height: 24px;
	display: block;
	font-size: 11px;
	overflow: hidden;
	background: url(bg.gif) 0 -48px no-repeat;
	color: #0099ff;
	text-decoration: none;
	text-indent: 20px;
}

div.treenav a.normal3 {
	color: #666;
	background-position: 0 -0px;
}

div.treenav a.normal3:hover {
	color: #fff;
	background-position: 0 -48px;
}

div.treenav a.normal4 {
	color: #787878;
	background-position: 0 -106px;
	height: 17px;
	line-height: 17px;
	text-indent: 20px;
}

div.treenav a.normal4:hover {
	color: #fff;
	background-position: 0 -89px;
	text-indent: 20px;
}


