﻿.treeview
{
	margin:10px 0px 0px 0px;
	padding: 0;
}
.treeview ul{
margin: 0;
padding: 0;
}
.treeview ul li{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
background: white url('/Kabinet/images/list.gif') no-repeat left center;

}


.treeview li{
background: white url('/Kabinet/images/closed.gif') no-repeat left 1px;
list-style-type: none;
padding-left: 22px;
margin-top:1px;
margin-bottom: 0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;

}

.treeview a
{
text-decoration:none;
color:Black;
	}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url('/Kabinet/images/closed.gif') no-repeat left 1px;
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;
}
