/*** ESSENTIAL STYLES ***/
.niveau1, .niveau1 * {
margin: 0;
padding: 0;
list-style:	none;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 13px;
letter-spacing: -0.5px;
}

.niveau1 {
line-height: 1.0;
position: absolute;
top: 59px;
}

.niveau1 ul {
position: absolute;
top: -999em;
width: 10em; /* left offset of submenus need to match (see below) */
}

.niveau1 ul li {
width: 200px;
}

.niveau1 ul li ul li{
margin-left: 20px;
width: 180px;
}

.niveau1 li:hover {
visibility:		inherit; /* fixes IE7 'sticky bug' */
position: relative;
z-index: 999;
}
.niveau1 li {
float:			left;
position:		relative;
}

.niveau1 a {
display:		block;
position:		relative;
}
.niveau1 li:hover ul,
.niveau1 li.sfHover ul {
left:			0;
top:			40px; /* match top ul list item height */
z-index:		99;

}
ul.niveau1 li:hover li ul,
ul.niveau1 li.sfHover li ul {
top:			-999em;

}
ul.niveau1 li li:hover ul,
ul.niveau1 li li.sfHover ul {
left:			10em; /* match ul width */
top:			0;
}

ul.niveau1 li{

}

ul.niveau1 li li{
height: 32px;
}

ul.niveau1 li li:hover li ul,
ul.niveau1 li li.sfHover li ul {
top: -999em;

}
ul.niveau1 li li li:hover ul,
ul.niveau1 li li li.sfHover ul {
left: 10em; /* match ul width */
top: 0;
}

/*** DEMO SKIN ***/
/***** glowna belka *******/
.niveau1 {
height: 41px;
float: left;
/*margin-bottom:	1em;*/
padding-top: 10px;
}

.niveau1 a {
display: block;
height: 25px;
text-decoration: none;
color: #000;
padding: 10px 0 0 10px;
margin-top: -10px;
}

.niveau1 li {
}

.niveau1 a:hover {
background: url(../images/buttonBg.jpg) center center;
height: 31px;
padding: 9px 0 0 10px;
color: #96e0fc;
}

/**** pierwszy, drugi, trzeci poziom ******/
.niveau1 li {
margin-bottom: 0px;
}

.niveau1 ul a {
display: block;
background: url(../images/submenuBg.png) no-repeat;
height: 43px;
}

.niveau1 ul a:hover{
background: url(../images/submenuBgHover.png) no-repeat;
}

/*** arrows **/
.niveau1 a.sf-with-ul {
padding-right: 	2.25em;
min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
position:		absolute;
display:		block;
right:			10px;
top:			1.05em; /* IE6 only */
width:			10px;
height:			10px;
text-indent: 	-999em;
overflow:		hidden;
background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
top:			15px;
background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.niveau1 ul .sf-sub-indicator { background-position:  -20px 0; }
.niveau1 ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.niveau1 ul a:focus > .sf-sub-indicator,
.niveau1 ul a:hover > .sf-sub-indicator,
.niveau1 ul a:active > .sf-sub-indicator,
.niveau1 ul li:hover > a > .sf-sub-indicator,
.niveau1 ul li.sfHover > a > .sf-sub-indicator {
background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
/*background:	url('../images/shadow.png') no-repeat bottom right;
padding: 0 8px 9px 0;
-moz-border-radius-bottomleft: 17px;
-moz-border-radius-topright: 17px;
-webkit-border-top-right-radius: 17px;
-webkit-border-bottom-left-radius: 17px;*/
}
.sf-shadow ul.sf-shadow-off {
background: transparent;
}

