/* spis tresci: kaskada rozwijalna w ukladzie poziomym */

.tocY{
	width: 100%;
	height: 8em;
}
.tocY ol {
	position: absolute;
	list-style: none;
	margin: 1cm;
	padding: 2px;
	z-index: 99;
}

.tocY li {
    width: 180px; 
    height: 18px; 
    display: block; 
    border: 1px solid #f0f0f0; 
    margin-right: 1px; 
    text-align: center; 
    float: left; 
    text-decoration: none; 
    line-height: 18px; 
    overflow: visible;
    background-color: #d0d0d0
}

.tocY li:hover {
    height: 18px;
    background-color: #e0e0e0
}

.tocY ol ol { 
	position: absolute; 
	padding: 0;
	margin: 0;
	z-index: 99;
	list-style: none;
	width: 180px;
	overflow: visible;
}

.tocY ol ol ol:before {
	content: "\bb"; 
	display: block; 
	float: left;
	margin-left: -16px; 
	width: 16px; 
	height: 16px; 
	text-align: center;
	background-color: #e0e0c0; 
	border: 1px solid white;
}

.tocY ol li { 
	position: relative;
	display: block;
	width: 180px;
	height: 18px;
	margin: 0;
	border-bottom: 1px solid #f0f0f0;
        background-color: #d0d0d0;
	font-size: 9pt;
}
.tocY a {
	display: block;
	overflow: hidden;
	margin: 0; /*helps Opera with hover */
	width: 180px; /*helps IE with hover */
	height: 18px;
	text-decoration:none; 
}
.tocY li:hover, 
.tocY a:hover {
	background-color:#f0f0d0; 
}
.tocY ol ol {
	display: none;
	position: absolute; 
	top: 19px; 
	left: 0px;
}
.tocY ol ol ol, 
.tocY ol ol ol ol, 
.tocY ol ol ol ol ol {
	display: none;
	position: absolute; 
	top: 1px; 
	left: 180px;
}
.tocY ol li:hover ol ol, 
.tocY ol li:hover ol ol ol, 
.tocY ol li:hover ol ol ol ol, 
.tocY ol li:hover ol ol ol ol ol {
	display: none; 
}
.tocY ol li:hover ol, 
.tocY ol ol li:hover ol, 
.tocY ol ol ol li:hover ol {
	display: block;
}
