.treeNav						{width:219px; height:auto; padding:0; display:block;}
.treeNav li						{position:relative; background:url(../images/step2DropBg.jpg) left center no-repeat; width:219px; padding:15px 0; font:normal 11px Verdana, Geneva, sans-serif; color:#333; cursor:pointer;}
.treeNav li a					{}
.treeNav li a:hover				{}

.treeNav li:hover ul			{display:block;}
.treeNav li ul					{display:none; position:absolute; top:42px; left:0px; background:#f1f1f1 url(../images/selectfoot.jpg) left bottom no-repeat; width:216px; padding:5px 0 22px 0;}
.treeNav li ul li				{background:#f1f1f1; width:216px; font:normal 11px Verdana, Geneva, sans-serif; color:#333; padding:10px 0; cursor:pointer;}
.treeNav li ul li a				{}
.treeNav li ul li a:hover		{}


.jquery-tree-collapseall		{display:none;}
.jquery-tree-expandall			{display:none;}

.jquery-tree {
    list-style: none;
}


.jquery-tree ul {
    list-style: none;
}

.jquery-tree-handle {
    cursor: pointer;
	width: 10px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0;
	display:none;
}

.jquery-tree-collapsed ul {
    display: none;
}

.jquery-tree-collapseall,
.jquery-tree-expandall {
	cursor: pointer;
}

.jquery-tree-collapseall {
	margin-right: 1em;
}

.jquery-tree input {
	opacity:0.0;
}

.jquery-tree-leaf {
    padding-left: 20px;
}

.jquery-tree-node {
    padding-left: 10px;
}

.jquery-tree-title {
	display:inline-block;
}

.jquery-tree-checked-partial,
.jquery-tree-checked,
.jquery-tree-unchecked {
	background-position: 5px 50%;
	background-repeat: no-repeat;
	cursor: default;
	padding-left: 25px;
	margin: 0;
}

.jquery-tree-checked-partial {
	background: url(../images/checkboxHover.gif) 5px center no-repeat;
}

.jquery-tree-checked {
	background: url(../images/checkbox.gif) 5px center no-repeat;
}

.jquery-tree-unchecked {
	background: url(../images/uncheckbox.gif) 5px center no-repeat;
}

.jquery-tree-node label,
.jquery-tree-handle {
	-moz-user-select: none; height:20px;
}
