
.ptaszek_menu {
margin: 0 3px 0 -12px;
}


.nav {
height:34px; 
background: url(img/front_pro_line_0.gif) repeat-x; 
position:relative; 
font-family:arial, verdana, sans-serif; 
font-size:10px; 
width:  883px; 
z-index:900;
margin: 0 0 0 7px;
border: 2px solid #E5E5E5;
padding: 0 0 0 3px;
}

/* TABELKA Z NAWIGACJA MENU */
.nav .table {
display:table; 
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/front_pro_line_0.gif);
padding:0 19px 0 22px;  
text-decoration:none; 
line-height:35px; 
white-space:nowrap; 
color:#ffffff;
font-size: 1.2em;
font-weight: bold;
}

.nav .current a {
display:block; 
height:34px; 
float:left; 
background: #F1F1F1;
padding:0 19px 0 22px;    
text-decoration:none; 
line-height:34px; 
white-space:nowrap; 
color:#5C5C5C;
font-size: 1.2em;
font-weight: bold;
}


.nav .current a b {
display:block; 
padding:0 19px 0 22px;     
background: #F1F1F1;
}

/* TEKST PO NAJECHANIU KURSOREM MENU */ 
.nav .select a:hover 
 {
background: url(img/front_pro_line_1.gif); 
padding:0 19px 0 22px;   
cursor:pointer; 
color: #fafafa;
font-size: 1.2em;
font-weight: bold;
}


.nav .select a:hover b, 
.nav .select li:hover a b {
display:block; 
float:left;  
padding:0 19px 0 22px;   
background:url(img/front_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:0.9em; 
width:0; 
height:0;
text-align: left;
}

.nav .sub {
display:table;  
padding:0; 
list-style:none;
}

.nav .sub_active .current_sub a, 
.nav .sub_active a:hover {
background:transparent; 

}

/* TABELKA NAWIGACJA SUBMENU PO NAJECHANIIU */

.nav .select :hover .select_sub, 
.nav .current .show {
display:block; 
position:absolute; 
width:886px; 
top:38px; 
background: #F1F1F1; 
padding:0 0 0 0; 
margin: -4px 0 0 0;
z-index:100; 
left:-2px; 
text-align:left;
border-bottom: 2px solid #E5E5E5;
border-left: 2px solid #E5E5E5;
border-right: 2px solid #E5E5E5;
}

/* 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:0 8px 0 8px; 
margin:0 0 0 0; 
white-space:nowrap; 
border:0; 
color:#5C5C5C;
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:#5C5C5C; 
background: #F1F1F1;
text-decoration:underline;
height: 31px;


}