#menu_top {
  padding: 0;
  margin: 0;
  width: 202px;
  height: 11px;
  background: url(../image/box_lewy/gora.jpg) no-repeat;
  font-size: 1px;
}

#menu_top2 {
  padding: 0;
  margin: 0;
  width: 230px;
  height: 11px;
  background: url(../image/box/gora.jpg) no-repeat;
  font-size: 1px;
}




#menu_bottom {
  padding: 0;
  margin: 0;
  width: 202px;
  height: 11px;
  background: url(../image/box_lewy/dol.jpg) no-repeat;
  font-size: 1px;
}

#menu_bottom2 {
  padding: 0;
  margin: 0;
  width: 230px;
  height: 11px;
  background: url(../image/box/dol.jpg) no-repeat;
  font-size: 1px;
}

#menu{
  padding: 0px 3px 0px 3px;  
  margin:0px;
  width: 196px;
  background: #e6e7e9 url(../image/box_lewy/srodek_y.jpg) repeat-y;
}

#menu2{
  padding: 0px 3px 0px 3px;  
  margin:0px;
  width: 224px;
  background: #e6e7e9 url(../image/box/srodek_y.jpg) repeat-y;
}

.resize {
  width: 230px;
}

#menu.treeview ul,
#menu.treeview{
  list-style: none;
  list-style-position: outside;
  list-style-type: none;
  color:black;
  font-size:11px;
}

#menu.treeview a{
  color:black;
  text-decoration:none;
}

#menu.treeview ul{
  padding: 0px;
  margin:0px;
}

/*#menu.treeview li{
  padding:1px 0px 1px 0px;  
}*/

#menu.treeview li.expandable .hitarea{  
  background: rgb(230,231,233) url(../images/plus1.jpg) no-repeat 95% 6px;
}

#menu.treeview li.collapsable{  
  background: rgb(230,231,233) url(../images/minus1.jpg) no-repeat 95% 6px;
  color: #88284d;
  font-weight: bold;
}

.hitarea{
  cursor:pointer;
}

#menu.treeview li{
  background: #E6E7E9;  
  margin-bottom:2px;
  border-bottom: 1px black solid;
  text-indent:5px;
  line-height:22px;
}

#menu.treeview ul {
  background:#E6E7E9;
}

#menu.treeview ul li{
  background:#E6E7E9;  
  font-weight: normal;
  text-indent:10px;
  margin-bottom:0px;
  border-bottom: 1px black solid;
  margin-left: 10px;
}

#menu.treeview ul li.expandable .hitarea{  
  background: #E6E7E9 url(../images/plus2.jpg) no-repeat 95% 6px;  
}

#menu.treeview ul li.collapsable {  
  background: #E6E7E9 url(../images/minus2.jpg) no-repeat 95% 6px;
  border-bottom: none;
}

#menu.treeview ul ul {
  margin-left: 20px;
  margin-right: 5px;
  background:#E6E7E9;
}

#menu.treeview ul ul li{
  text-indent:5px;
  margin-bottom:0px;
  background:#c9acb1;
  border-bottom:3px #E6E7E9 solid;
}

#menu.treeview ul ul div.hitarea{
  background:#E6E7E9;
}

#menu.treeview ul ul ul {
  background:#E6E7E9;
}

#menu.treeview ul ul ul li{
  text-indent:30px;
  margin-bottom:0px;
}

.selected {
    font-weight: bold;
}

