
.ptaszek_menu {
margin: 0 3px 0 -12px;
}


.nav {
height:34px; 
background: url(img/pro_line_0.gif) repeat-x; 
position:relative; 
font-family:arial, verdana, sans-serif; 
font-size:10px; 
width:  896px; 
z-index:500;
margin: 0 0 0 0;
border-left: 1px solid #C8C8C8;
border-right: 1px solid #C8C8C8;
padding: 0 0 0 3px;
}

/* TABELKA Z NAWIGACJA MENU */
.nav .table {
display: table-row;  
margin: 0 0 0 0;
padding:0 0 0 0;

}
/* KOMÓRKI TABELKI Z NAWIGACJA MENU */
.nav .select,
.nav .current {
margin:0; 
padding:0; 
list-style:none; 
display:table-cell; 
white-space:nowrap;
}

.nav li {
margin:0; 
padding:0; 
height:34px; 
float:left;
}

.nav .select a {
display:block; 
height:34px; 
float:left; 
margin: 0 0 0 0;
background: url(img/pro_line_0.gif); 
padding:0 44px 0 44px;  
text-decoration:none; 
line-height:35px; 
white-space:nowrap; 
color:#595959;
font-size: 1.2em;
font-weight: bold;
}

.nav .current a {
display:block; 
height:34px; 
float:left; 
background: url(img/pro_line_2.gif); 
padding:0 44px 0 44px;    
text-decoration:none; 
line-height:34px; 
white-space:nowrap; 
color:#ffffff;
font-size: 1.2em;
font-weight: bold;
}


.nav .current a b {
display:block; 
padding:0 44px 0 44px;     
background:url(img/pro_line_2.gif) right top;
}

/* TEKST PO NAJECHANIU KURSOREM MENU */ 
.nav .select a:hover 
 {
background: url(img/pro_line_1.gif); 
padding:0 44px 0 44px;   
cursor:pointer; 
color: #000000;
font-size: 1.2em;
font-weight: bold;
}


.nav .select a:hover b, 
.nav .select li:hover a b {
display:block; 
float:left; 
padding:0 44px 0 44px;    
background:url(img/pro_line_1.gif) right top; 
cursor:pointer;
font-size: 1.2em;
font-weight: bold;
}

.nav .select_sub {
display:none;
margin: 0 0 0 0;
}

/* IE6 only */
.nav table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
text-align: left;
}

.nav .sub {
display: table-row;  
padding:0; 
list-style:none;
}

.nav .sub_active .current_sub a, 
.nav .sub_active a:hover {
background:transparent; 
color:#f00;
}

/* TABELKA NAWIGACJA SUBMENU PO NAJECHANIIU */

.nav .select :hover .select_sub, 
.nav .current .show {
display:block; 
position:absolute; 
width:910px; 
top:38px; 
background:url(img/back_0.gif); 
padding:0 0 0 0; 
margin: -4px 0 0 0;
z-index:100; 
left:0; 
text-align:left;
}

/* TABELKA NAWIGACJA SUBMENU */
.nav .current .show {
z-index:10;
margin:  -4px 0 0 0;

}

.nav .select :hover .sub li a, 
.nav .current .show .sub li a {
display:block; 
float:left; 
background:transparent; 
padding:3px 8px 0 8px; 
margin:0 0 0 0; 
white-space:nowrap; 
border:0; 
color:#ffffff;
font-size: 1.1em;
font-weight: bold;
}



/* submenu po najechaniu text */
.nav .select :hover .sub li a:hover, 
.nav .current .sub li a:hover {
visibility:visible; 
color:#ffffff; 
background:url(menus/back_1.gif);
text-decoration:underline;


}