* {
padding: 0;
margin: 0;
}
#treemenu1 {padding:0 ; margin:0; text-indent:10;}
.treeview ul{
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica;
font-size: 11px;
line-height: 1.438em;
padding-bottom: 0.625em;
}
.treeview li{
list-style-type: none;
padding-left: 10px;
padding-bottom: 0.625em;
margin-left: 0px;
font-family: Verdana, Arial, Helvetica;
font-size: 11px;
color:#990000;
}
.treeview li.submenu{
cursor: hand !important;
cursor: pointer !important;
}
.treeview li.submenu ul{
display: none;
}
.treeview .submenu ul li{
cursor: default;
}
