.treeview, .treeview ul { 
	padding-top:8px; /* added */
	padding-right: 0px;
	padding-bottom: 5px; /* was 0 */
	padding-left: 0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	list-style: none;
}

.treeview ul {
	background-color: #F3F3F3;
	margin-top: 0px; /* was 4px;*/
}

.treeview .hitarea {
	background: url('/global/graphics/jquery/treeview-famfamfam.gif') -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
/*	color:green;*/
}

/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li {
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	background-color: #EEEEEE;
}

#treecontrol {
	margin: 1em 0;
	display: none;
}

.treeview .hover {
	color: #000000;
	cursor: pointer;
	text-decoration:underline;
}

.treeview li {
	background: url('/global/graphics/jquery/treeview-default-line.gif') 0 0 no-repeat;
}

.treeview li.expandable span.hover,
ul.greyoverlay li span a:hover {
/*	text-decoration: underline;*/
/*HOVER UNDERLINE 	border-bottom: 1px #333333 dotted;*/
}

.treeview li.collapsable, .treeview li.expandable {
	background-position: 0 -176px;
padding-bottom:0px;
}

.treeview .expandable-hitarea {
	background-position: -80px -3px;
}

.treeview li.last {
	background-image: url('/global/graphics/jquery/treeview-famfamfam.gif');
	background-position: 0 -176px;
}

.treeview li.lastCollapsable, .treeview li.lastExpandable {
	background-image: url('/global/graphics/jquery/treeview-famfamfam.gif');
}

.treeview li.lastCollapsable {
	background-image: url('/global/graphics/jquery/treeview-famfamfam.gif');
	background-position: 0 -111px;
}

.treeview li.lastExpandable {
	background-image: url('/global/graphics/jquery/treeview-famfamfam.gif');
	background-position: -32px -67px;
}

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea {
	background-image: url('/global/graphics/jquery/treeview-famfamfam.gif');
	background-position: 0;
}

.treeview-famfamfam li, .treeview-famfamfam li a {
	background-image: url('/global/graphics/jquery/treeview-famfamfam-line.gif');
	font-family: arial, sans-serif;
	font-size: 13px;
	color: #333333;
	list-style-type: none;
	text-decoration:none;
}


/*
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable {
validates but gives all downward arrows
	background-image: url(/global/graphics/jquery/treeview-famfamfam.gif);
	background-repeat: no-repeat;
	background-position: -64px -25px;
}
*/


/*
Wes working version
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable {
 background-image: url('/global/graphics/jquery/treeview-famfamfam.gif');
 background-repeat: no-repeat;
 background-position: -64px -25px;
}
*/

.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable {
/* does not validate*/
	background-image: url('/global/graphics/jquery/treeview-famfamfam.gif') no-repeat -64px -25px;
}

.treeview-famfamfam li.lhnbullet {
	/* added for leaf */
	background-image: url('/global/graphics/jquery/bullet.gif');
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-left: 6px;
	padding-bottom: 0px;
	list-style-type:none;
	padding-left:10px;
}

.treeview-famfamfam li.lhnbullet a:hover {
/* this is a fix for August 12: the a:hover should be being picked up from bodystyles.css*/
	text-decoration:underline;
}

.treeview-famfamfam li.parenton.collapsable,
.treeview-famfamfam li.parenton.expandable {
	/* added */
	color: #333333;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	z-index: -10;
	background-color: #F3F3F3;
	padding-right: 2px;
	padding-bottom: 2px;
	margin-bottom:0px;
}


.treeview-famfamfam ul.greyoverlay {
	/* added  NB arrow bullets in IE display improperly. If n/g have greyoverlays with increasingly smaller widths :: depth down li tree and do not set left to -5 px instead  so the following five lines stripped out - they're not there in opennotonoverlay, after all; nb, they were there in the distribution */
/*	position: relative;*/
	left: 0px; /* was -15px; */
	top: 0px;
	width: auto; /* was 183px; was 199 */
	height: auto;
	padding-top: 0px; /* was 20 */
	padding-bottom: 0px;
	margin-bottom:0px;
	background: transparent;
}

.treeview-famfamfam ul.opennotonoverlay { /* added */
	background: transparent;
	padding-top:0px;
	font-size: 13px;
}

.hitarea.collapsable-hitarea {
/*	background:red;*/
}

.hitarea.expandable-hitarea {
/*	background:yellow;*/
}
