@charset "utf-8";
/* CSS Document */
/**** ANA DIZIN ****/
	.treeview {
		color:#333;
		list-style:none;
		padding:0px;
		/*list-style-position:20px;
		/*background:url(../img/MenuOrtaSol.png);*/
		width:90%; margin:auto;
		border-left:1px solid #09d; border-right:1px solid #09d;
		
	}
	.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;
		background:url(../img/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(../img/maddeimi02.gif) no-repeat 23px 5px;
	}
	.treeview li li span {
		display:block;
		/*height:14px;*/
		padding:3px 3px 6px 3px;
	}

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