.treeview {
   width:180;
   padding: 0;
   margin: 0;
   list-style: disc;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
  /*width:150;
  height:150;*/
  margin: 0;
  padding: 0;
  /*list-style-position: outside;  */
}

.treeview02 ul{
  list-style-position: outside;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
  /*background: white url(list.gif) no-repeat ; */
  /*background-position: top right;*/
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 3px;
  /*text-align: left; */
  /*list-style-position: outside; */
}

.menu01 {
  font-size: 20px
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
  /*background: white url(closed.gif) no-repeat 1px;  */
  /*background-position: top right;*/
  /*text-align: left;  */
  /*vertical-align: text-left;*/
  /*margin-left: 50px;   */
  /*margin-right: 50px; */
  /*position: absolute;r
  left: 0px;*/
  list-style-position: outside;
  /*cursor: hand !important;
  cursor: pointer !important;*/
}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
  /*background-position: top right; */
  /*list-style-position: outside;   */
  display: none; /*Hide them by default. Don't delete. */
  padding: 0px 1pt 0px 1px;
  background-color:#EEEDD0;
  width:180;
  color: #000000; 
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
  /* background-position: top right;    */
  cursor: hand !important;
  cursor: pointer !important;
  /*list-style-position: outside; */
}

.divbal{
  float: left;
  /*position:relative; */
  top:0px;
  left:0px;
  width:6px;
  height:10;
  /*background-color:#66CC66; */
  margin:0;
  padding:0;
}

.divjobb{
  position:relative;
  /*width:111px; */
  /*top:0px;
  left:0px;
  width:0px;
  margin:0;
  padding:0,
  background-color:#66CC66;*/
}