#mainLeftMenu {
width: 13em; /* set width of menu */
background: #eee;
float:left;
margin: 0em 0em 0em 0em;
z-index: 99;
} 

#mainLeftMenu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#mainLeftMenu a, #mainLeftMenu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#mainLeftMenu h2 {
color: #fff;
background: #377;
text-transform: uppercase;
}

#mainLeftMenu a {
color: #000;
background: #efefef;
text-decoration: none;
}

#mainLeftMenu a:hover {
color: #a00;
background: #fff;
}

#mainLeftMenu li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 


#mainLeftMenu ul ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}

div#mainLeftMenu ul ul ul,
div#mainLeftMenu ul ul li:hover ul ul,
div#mainLeftMenu ul ul ul li:hover ul ul
{display: none;}

div#mainLeftMenu ul ul li:hover ul,
div#mainLeftMenu ul ul ul li:hover ul,
div#mainLeftMenu ul ul ul ul li:hover ul
{display: block;}


#mainLeftMenu a.submenu { background-image: url("../images/strzalka.gif"); background-position: 95% 50%; background-repeat: no-repeat; }

/* bioroznorodnosc chce jakies wodotryski*/
#mainLeftMenu li.bioroznorodnosc a{
	color: red;
	background-color: transparent;
}