
@charset "utf-8";


	.treeview {
		list-style:none;
		padding:0;
        margin:0;
	}
	.treeview a {
		font-family:Geneva, Arial, Helvetica, sans-serif;
		 text-decoration:none;
	}
	.treeview a:hover {
		
	}

	.treeview ul {
		list-style:none;
		margin:0;
		padding:0;
	}
	
	.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;
		
		padding:3px 3px 3px 3px;
	}

	.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;
		
		padding:3px 3px 6px 3px;
	}




