.treeview {
	padding-left: 0;
	width:  250px
}
.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 5px;
font-size:13px;
	text-align: left;
	
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
/*background: white url(list.png) no-repeat left center;*/
list-style-type: none;
padding-left: 30px;
margin-bottom: 0px;
color:#666;
font-size:13px;
border-bottom:#EDEEEE solid 1px;
	text-align:  left;
	
}
/*.treeview: hover li { 
	/*Style for LI elements in general (excludes an LI that contains sub lists)*/
/*background: white url(list.png) no-repeat left center;
	background-color:  antiquewhite;
	list-style-type: none;
padding-left: 30px;
margin-bottom: 0px;
color:#666;
font-size:13px;
border-bottom:#EDEEEE solid 1px;
	text-align:  left;
	width:  220px;
	height: 30px	
	
}
*/

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
/*background: white url(plusik.png) no-repeat left 1px;*/
cursor: hand !important;
cursor: pointer !important;
color:#666;
line-height: 30px
		
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */

		
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;

		
}
.cats {
	font-size:13px;
	color: #666;
	text-decoration: none;
	line-height: 30px
}
