/* Tree Menu */
ul#ul-menu1, #ul-menu1 ul {
	margin: 5px 0 0 15px;
	padding: 0;
	list-style: none;
	line-height: 10px;
	color: blue;
	font-weight: normal;
}

/*Submenu box*/
#ul-menu1 li { 
	list-style:none;
	padding:2px;
}

/*Items selected*/
#ul-menu1 li a.item-selected { 
	font-weight: bold;
	border: 1px dotted grey;
	color: green;
    padding: 3px;
	background: #ffffcc;
}
.root-item2 {
	float:left;
	
}
