ul.tree li {
  display: block;
  list-style-type: none;
  padding-left: 15px;
  background-position: left top;
  background-repeat: no-repeat;
}


html, body { 
height:100%; 
semikolon (;) 
margin:0; 
padding:0; 
}

A { font-family: Verdana; font-size:  11px;  FONT-WEIGHT: normal; color: #0055ff; text-decoration: underline }
A:hover {font-family: Verdana; font-size: 11px;  FONT-WEIGHT: normal; color: #000000; text-decoration: none }

.txt {  font-family: Verdana; font-size: 9px; color: #000000; text-align: left}
.txt1 {  font-family: Times New Roman; font-size: 20px; color: #000000; text-align: center}
.txt2 {  font-family: Verdana; font-size: 11px; color: #000000; text-align: left}

.txt22 {  font-family: Verdana, sans-serif; font-size: 9px; color: #222222; text-align: justify}
.menulinki {  font-family: Verdana; font-size:  11px;  FONT-WEIGHT: bold; color: #000000; text-decoration: none}
a:hover.menulinki {  font-family: Verdana; font-size: 11px;  FONT-WEIGHT: bold; color: #555555; text-decoration: none}

.linki {  font-family: Verdana; font-size:  11px;  FONT-WEIGHT: normal; color: #0055ff; text-decoration: underline}
a:hover.linki {  font-family: Verdana; font-size: 11px;  FONT-WEIGHT: normal; color: #000000; text-decoration: none}

.linkidoc { font-family: Verdana; font-size:  11px;  FONT-WEIGHT: normal; color: #0055ff; text-decoration: underline }
a:hover.linkidoc {font-family: Verdana; font-size: 11px;  FONT-WEIGHT: normal; color: #000000; text-decoration: none }


@media screen
  {
  html
    {
    height: 100%;
    }
  }
body
  {
  height: 100%;
  margin: 0;
  padding: 0;
  }

td.l1
  {
  height: 100%;
  padding: 0;
  background:url('grafika/lewasrodek.jpg') top center;
  }
td.l2
  {
  height: 100%;
  padding: 0;
  background:url('grafika/lewamenu.jpg') top left;
  }
td.l4
  {
  height: 100%;
  padding: 0;
  background:url('grafika/menuprawa.jpg') top center;
  }

td.l5
  {
  height: 100%;
  width: 4px;
  padding: 0;
  background:url('grafika/menuprawa1.jpg') top center;
  }

td.l3
  {
  height: 100%;
  padding: 0;
background:url('grafika/lewamenu.jpg') center center;
  }



ul.tree {
	display: block;
	margin-left: 0;
	padding-left: 10;
}

ul.tree ul {
	display: block;
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}

ul.tree li {
	display: block;
	list-style-type: none;
	padding-left: 20px;
	background-image: url("document.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

ul.tree li.closed {
	background-image: url("closed.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

ul.tree li.opened {
	background-image: url("opened.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

ul.tree li a {
	font-size: 11px;
	text-decoration: none;
	cursor: pointer;
}

ul.tree li a.folder {
	cursor: pointer;
}

ul.tree li a.active {
	font-weight: normal;
}

ul.tree li a:hover {
	text-decoration: underline;
}