.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	list-style-type: none;
	padding-left:0px;
	margin-bottom: 0px;
}

#menu_ciz {
	background-repeat: repeat-x;
	background-image: url(../images/menu_ciz.jpg);
	height: 1px;
}


.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
cursor: hand !important;
cursor: pointer !important;
}


.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;
}
.tik{
	color: #403d76;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left 8px;
	background-image: url(../menu_img/pasif.jpg);
	padding-left: 20px;
}
.tik:hover{
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left 8px;
	background-image: url(../menu_img/aftif.jpg);
	padding-left: 20px;
}
.tik_activ{
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left 8px;
	background-image: url(../menu_img/aftif.jpg);
	padding-left: 20px;
}
.tiks{
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left 8px;
	background-image: url(../menu_img/alt_pasif.jpg);
	padding-left: 38px;
	cursor: hand;
	cursor: pointer;
}
.tiks:hover{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left 8px;
	background-image: url(../menu_img/alt_aktiv.jpg);
	padding-left: 38px;
	cursor: hand;
	cursor: pointer;
}
.tiks_activ{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left 8px;
	background-image: url(../menu_img/alt_aktiv.jpg);
	padding-left: 38px;
	cursor: hand;
	cursor: pointer;
}
#urun_menu_back {
	background-repeat: no-repeat;
}

