/* simpleTreeMenu */

.category-tree{padding:10px 0;}

ul.simpleTreeMenu {
	margin:0;
}

ul.simpleTreeMenu span, ul.simpleTreeMenu span{boredr:0;}
ul.simpleTreeMenu li{border:0;}

ul.simpleTreeMenu  ul li{border-bottom: #ddd 1px dotted;padding:4px 0 !important;}
ul.simpleTreeMenu  ul:first-child li:last-child{border-bottom:0;}


ul.simpleTreeMenu{
	background:url(../images/select_bg.png) top right no-repeat;
}

ul.simpleTreeMenu {
	padding:6px 5px 4px 5px;
}

ul.simpleTreeMenu ul{
	position:absolute;
	border:#999 1px solid;
	border-top:0;
	box-shadow:#999 1px 2px 3px;
	margin:0 0 0 10px;
	background:#fff;
	width:190px;
	padding:5px;
}

ul.simpleTreeMenu li.Node {
	padding: 0px;	
	border:0;
	margin:0 0px 0 5px;
}

ul.simpleTreeMenu li.Node span {
	cursor: pointer;
	display: block;
}

ul.simpleTreeMenu li.Node span:hover {
	background-color: #daf2fd;
}

ul.simpleTreeMenu a, ul.simpleTreeMenu a:visited {
	display: block;
	text-decoration: none;
}

ul.simpleTreeMenu a:hover {
	text-decoration:underline;
}

.children{
	display:block !important;
}

ul.children{
	margin:5px 0 0 20px !importnat;
	width:auto !important;
	position:inherit !important;
	border:0 !important;
	box-shadow:none !important;
}

ul.sm{
	margin:4px 0 0 -5px !important;
	position:relative;
}
