#content #lijevo .kontakti .treeview ul{ /*CSS for Simple Tree Menu*/
	margin: 0;
	padding: 0;
}


#content #lijevo .kontakti .treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 22px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 0px;
	margin-left: -5px;
	background-image: url(/template/js/joinbottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	/*border: 1px solid #000000;*/
}

#content #lijevo .kontakti .treeview li .zadnji{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
/*	background-image: url(/template/js/join.gif);*/
}
#content #lijevo .kontakti .treeview li .zadnji { /* Style for LI that contains sub lists (other ULs). */
	background-image: url(/template/js/plus.gif);
}

#content #lijevo .kontakti .treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	cursor: hand !important;
	cursor: pointer !important;
	background-image: url(/template/js/plusbottom.gif);
	background-repeat: no-repeat;
	background-position: left 1;
}


#content #lijevo .kontakti .treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
}

#content #lijevo .kontakti .treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
}