/* CSS Document */

#menu {
	padding: 0px 20px 0px 15px;
	}
	#menu ul li {
	padding:5px 0 2px 15px;
	background:url("../img/tree-ul-li.gif") no-repeat 5px -32px;
	display: block;
	background-color: #ebebeb;
	margin-bottom: 1px;
	}
	#menu ul li ul {display:none;}
	#menu ul li em {
	cursor:pointer;
	display:inline-block;
	width:15px;
	float:left;
	height:15px;
	background:url("../img/tree-ul-li.gif") no-repeat -32px 2px;
	margin-left: -5px;
	}
	#menu ul li em.off {
		background-position: -17px -18px;
	}
	#menu ul.off { 
		display:block;
	}
