/* expandable list with alternate switch symbol */

ul.altsym {
   	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    width: 200px;
	background: transparent url(tlo_log2.gif) no-repeat bottom right;
}

ul.altsym ul {
    display: none;
    margin: 0;
    padding-left: 12px;
	
}

ul.altsym li {
    list-style-type: none;
    position: relative;
    width: 100%;
}


ul.altsym a {
    display: block;
	border:1px solid #cacaca;
    margin-left: 16px;
    padding: 2px;
    text-decoration: none;
    width: 100%;
	padding-left:3px;
	line-height: 13px;
	
}

html>body ul.altsym a { width: auto; } /* hidden from Win/IE */

ul.altsym a:hover {
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
}
ul.altsym a.otwarty  {
	background: url(tlo_men.gif) center right no-repeat #F8EDD8;
    border: 1px solid #F6EBD4;
}

ul.altsym a.switch {
    background: transparent url(arrows6.gif) no-repeat top left;
    border: none;
    height: 12px;
    left: 4px;
    line-height: 0px;
    margin: 0;
    padding: 0;
    text-indent: -8000px;
    top: 0.7ex;
    position: absolute;
    width: 19px;
}

ul.altsym a.switch:hover {
    background-color: transparent;
    border: none;
}

ul.altsym a.on { background-position: bottom left; }
ul.altsym a.off { background-position: top left; }

ul li a{
	margin-bottom:5px;
	color: #110902;
	
}
ul li ul li a {
	font-size:12px;
	margin-top:0px;
	margin-bottom:3px;
	color:#573E1E;
}
ul li ul li ul li a {
font-size:10px;
	margin-top:0px;
	margin-bottom:3px;
	color:#392001;
}

/* Box-model hacks for Win/IE 5.5 \*/
* html ul.altsym { width: 202px; w\idth: 177px; }
* html ul.altsym a { margin-left: 0px; ma\rgin-left: 17px; }
* html ul.altsym a.switch { left: -9px; lef\t: 4px; }
/* end hacks */


