
            .menu_main div.poziom_1            
            {
display: block;
}
            .menu_main div.poziom_1 a
            {
                text-decoration: none;
                color: #594426;
                display:block;                
                border-bottom: 1px solid inherit;
                background-color: inherit;
                cursor: pointer;
            }
            .menu_main div.poziom_1 a img
            {
                text-decoration: none;
                border: 0px solid black;  
            }
            .menu_main div.poziom_1 a:hover
            {
                color: red;
            }
            .menu_main div.poziom_2            
            {
display: none;
}
            .menu_main div.poziom_2 a
            {
                text-decoration: none;
                color: #fff;
                display:block;                
                border-bottom: 1px solid inherit;
                background-color: inherit;
                cursor: pointer;
            }
            .menu_main div.poziom_2 a img
            {
                text-decoration: none;
                border: 0px solid black;  
            }
            .menu_main div.poziom_2 a:hover
            {
                color: #7D999A;
            }
            .menu_main div.poziom_3            
            {
display: none;
}
            .menu_main div.poziom_3 a
            {
                text-decoration: none;
                color: #fff;
                display:block;                
                border-bottom: 1px solid inherit;
                background-color: inherit;
                cursor: pointer;
            }
            .menu_main div.poziom_3 a img
            {
                text-decoration: none;
                border: 0px solid black;  
            }
            .menu_main div.poziom_3 a:hover
            {
                color: #7D999A;
            }
            .menu_main div.poziom_4            
            {
display: none;
}
            .menu_main div.poziom_4 a
            {
                text-decoration: none;
                color: #fff;
                display:block;                
                border-bottom: 1px solid inherit;
                background-color: inherit;
                cursor: pointer;
            }
            .menu_main div.poziom_4 a img
            {
                text-decoration: none;
                border: 0px solid black;  
            }
            .menu_main div.poziom_4 a:hover
            {
                color: #7D999A;
            }
