
@charset "utf-8";
/* CSS Document */
/**** ANA DIZIN ****/
	.treeview {
		list-style:none;
		padding:0;
        margin:0;
	}
	.treeview a {
		font-family:Geneva, Arial, Helvetica, sans-serif;
		/*color:#333;*/ text-decoration:none;
	}
	.treeview a:hover {
		/*color:#000;*/
	}
/**** ILK DIZIN ****/
	.treeview ul {
		list-style:none;
		margin:0;
		padding:0;
	}
	/*
	.treeview ul a{
		color:#333;
	}
	*/
	.treeview li {
		overflow:hidden;
		padding:0 0 0 20px; border-bottom:#a3bde0 1px dashed;
		margin:0 -10px;
		background:url(../images/maddeimi01.gif) no-repeat 5px 5px;
	}
	.treeview li span {
		display:block;
		/*height:14px;*/
		padding:3px 3px 3px 3px;
	}
/**** ikinci DIZIN ****/
	.treeview ul ul{
	}
	.treeview li li{
		padding:0 0 0 35px;margin: 0 0 0 -20px;
		border-bottom:none; border-top:#a3bde0 1px dashed;
		background:url(../images/maddeimi02.gif) no-repeat 23px 5px;
	}
	.treeview li li span {
		display:block;
		/*height:14px;*/
		padding:3px 3px 6px 3px;
	}

/************/
