*nawigacja sub menu */

#nawigacja{
width: 233px;
border-right: none;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%;
background-color: none;
color: #cccccc;
}

* html #nawigacja{ /*IE 6 only */
w\idth: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#nawigacja ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}


#nawigacja li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #EDEDED;
border-right: 12px solid #E1E1E1;
background-color: #EDEDED;
color: #666666;
text-decoration: none;
font-weight: bold;
width: 100%;
}

html>body #nawigacja li a{ /*Non IE6 width*/
width: auto;
}

#nawigacja li a:hover{
border-left: 10px solid #1D328F;
border-right: 12px solid #EDEDED;
background-color: #F6F6F6;
color: #000000;
}



.menu {
display: none;
}
li#rozwijanie:hover .menu {
display: block;
font-size: 11px;}

        


