ul {
    margin-left:0px;
}
.treeview ul {
    margin:0px;
    padding:0px;
}

.treeview li {
    background:white url(closed.gif) no-repeat left center;
    font-size:12pt;
    list-style-type:none;
    padding-left:20px;
}

.treeview li.submenu {
    background:white url(closed.gif) no-repeat left 1px;
    cursor: hand !important;
    cursor: pointer !important;
    font-size:12pt;
}


.treeview li.submenu u l {
    display: none;
}

.treeview .submenu ul li {
    cursor: default;
}

a {
    font-size:12pt;   
    margin-bottom: 5px;
}
a:link    { color:blue; }
a:visited { color:purple; }
a:hover   { color:red;  }
a:active  { color:green; }

.menuframe {
    margin:0px;
    padding:0px;
}
.menubody {
    margin:0px;
    padding:0px;
    width:100%;
    overflow:none;
}
.menudiv {
    border:none;
    height:100%;
    left:0px;
    margin:0px;
    overflow:auto;
    padding:0px;
    position:absolute;
    top:0px;
}

