/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_droptab.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.nav {
height:38px;
position:relative; 
font-family:arial;
font-size:12px;
font-weight:bold;
width:574px;
line-height:5px;
}

.nav .table {
display:table; 
margin-left:7px;
}

.nav .select,
.nav .current {
margin:0; 
padding:0; 
list-style:none; 
display:table-cell; 
white-space:nowrap;
}

.nav li {
margin:0; 
padding:0; 
height:auto;
float:left;
margin-top:-6px;
}

.nav .select a {
color:#414141;
padding-top:16px;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
height:22px;
display:block; 
float:left; 
text-decoration:none; 
white-space:nowrap;
}

.nav .select a:hover,
.nav .select li:hover a {
cursor:pointer;
background:#fff;
}

.nav .select a:hover b, 
.nav .select li:hover a b {
display:block; 
float:left; 
padding:0 10px 0 5px;
cursor:pointer;
}

.nav .select_sub {
display:none;
}

/* IE6 only */
.nav table {
border-collapse:collapse; 
margin:0 0 -1px 0;
width:0; 
height:0;
}

.nav .sub {
display:table; 
padding:0; 
list-style:none;
}

.nav .select :hover .select_sub, 
.nav .current .show { /*drugie*/
display:block;
position:absolute;top:38px;
width:558px;
padding:13px 0 0 0;
left:0;
text-align:left;
padding-left:16px;
}

.nav .select :hover .select_sub { /*drugie menu*/
background:#ffffff;
}

.nav .current .show {
}

.nav .select :hover .sub li a, 
.nav .current .show .sub li a {
display:block; 
float:left; 
background:transparent; 
padding:0 0 0 5px;
margin:0; 
white-space:nowrap; 
border:0; 
color:#848383;
font-size:11px;
font-family:arial;
height:24px;
line-height:20px;
}
.nav .select :hover .sub li a i, 
.nav .current .show .sub li a i {
display:none;
}

.nav .select :hover .sub li a b {
padding:0 5px 0 5px;
font-weight:normal;
}

.nav .current .sub li.sub_show a {
cursor:default;
padding:0 0 0 5px;
}
.nav .current .sub li.sub_show a b {
padding:0 5px 0 5px;
font-weight:normal;
}
.nav .current .sub li a b {
padding:0 5px 0 5px;
font-weight:normal;
}

.nav .select :hover .sub li a:hover, 
.nav .current .sub li a:hover {
visibility:visible; 
color:black;
padding:0 0 0 5px;
}
.nav .select :hover .sub li a:hover b, 
.nav .current .sub li a:hover b {
padding:0 5px 0 5px;
}

.nav .select :hover .sub :hover i, 
.nav .current .show .sub :hover i,
.nav .current .sub li.sub_show a i { /*trzecie*/
display:block;
width:574px;
position:absolute;left:0;top:34px;
text-align:left;
padding-left:23px;
font-style:normal;
font-family:arial;
font-size:14px;
font-weight:bold;
height:39px;
padding-top:19px;
}

.nav .current .sub li.sub_show a i {
}
