#subsiteSelect {
	border-style: solid;
    border-color: #27527D;
    border-width: 1px;
	background-color: #fff;
	position: absolute;
}

.nodeTextContainer {
    width: 300px;
    background-image: url("/commonspot/dashboard/images/arrowdown.png");
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 20px;
    padding-left: 4px;
    cursor: default;
}	

li.jstree-open > .jstree-icon {
	background:url("/commonspot/dashboard/images/treeicons/elbow-end-minus.gif") 0px 0px no-repeat !important; 
}

li.jstree-closed > .jstree-icon {
	background:url("/commonspot/dashboard/images/treeicons/elbow-end-plus.gif") 0px 0px no-repeat !important; 
}

/* folder */
li.jstree-open > a > i.folder {
	background:url("/commonspot/dashboard/images/treeicons/folder-open.gif") 0px 0px no-repeat !important; 
}

li.jstree-closed > a > i.folder {
	background:url("/commonspot/dashboard/images/treeicons/folder.gif") 0px 0px no-repeat !important; 
}

li.jstree-leaf > a > i.folder {
	background:url("/commonspot/dashboard/images/treeicons/folder.gif") 0px 0px no-repeat !important; 
}


/* blank */
li.jstree-open > a > i.blank,
li.jstree-closed > a > i.blank,
li.jstree-leaf > a > i.blank
 {
	background:transparent url(/commonspot/images/blank.gif) !important;
	width: 0 !important;
}
