
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	/*line-height:	1.0;*/
	height:60px;
}
/*podmenu poziom 1 */
.sf-menu ul {
	margin:			10px 0 0 5px;
	position:		absolute;
	top:			-999em;
	width:			auto; /* left offset of submenus need to match (see below) */
	display: block
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	/*margin-right:   1px;*/

}
.sf-menu a {
	cursor:			pointer;
	display:		block;
	position:		relative;
	white-space:	nowrap;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			181px; /* match ul width */
	/*left:			15em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			121px; /* match ul width */
	/*left:			15em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	/*margin-bottom:	1em;*/
}

.sf-menu .leaf {
	font-size:11px;
	height:30px;
	background:#416718;
	padding-right:10px;
	}
.sf-menu .leaf:hover
	{
	background:#71a237;
	}
.sf-menu .leaf a.leaf_link{
	display:block;
	width:100%;
	height:100%;
	padding-left:20px;
background:url('/imgs/white_dot.gif') no-repeat 10px 13px;
font-weight:normal;
color:#FFF;
letter-spacing:0;
line-height:26px;
outline-style:none;
outline-width:medium;
text-decoration:none;
text-shadow:none;
	}
/* menu - link strona glowka */
.sf-menu a#strona-glowna
{
	width:45px;
	height:45px;
	display:block;
	background:transparent url('/imgs/home_btn_no_active.png') 0 0 no-repeat;
	padding:0px;
}
.sf-menu .root:hover a#strona-glowna
{
	width:45px;
	height:45px;
	display:block;
	background:transparent url('/imgs/home_btn_active.png') 0 0 no-repeat;
	padding:0px;
}
.sf-menu .active a#strona-glowna
{
	width:45px;
	height:45px;
	display:block;
	background:transparent url('/imgs/home_btn_active.png') 0 0 no-repeat;
	padding:0px;
}

.sf-menu .root a.root_link {
	background:transparent url('/imgs/btn_corner_right_no_active.png') right top no-repeat;
	line-height: 42px;
	text-decoration:none;
	padding: 0 12px 0 0;
	height: 45px;
	color:#363636;
	outline: none;
	letter-spacing:-1px;
	text-shadow: #FFF 1px 1px 0px;
}
.sf-menu .root a.root_link span.gfx
{
	background:transparent url('/imgs/btn_no_active.png') 0 0 no-repeat;
	padding-left: 12px;
	height: 45px;
	display: block;
}
.sf-menu .root:hover a.root_link {
	/*padding: 		.75em 1em;*/
	background:transparent url('/imgs/btn_corner_right_active.png') right top no-repeat;
	line-height: 42px;
	text-decoration:none;
	padding: 0 12px 0 0;
	height: 45px;
	color:#FFF;
	outline: none;
	letter-spacing:-1px;
	text-shadow: #252525 1px 1px 0px;
}
.sf-menu .root:hover a.root_link span.gfx
{
	background:transparent url('/imgs/btn_active.png') 0 0 no-repeat;
	padding-left: 12px;
	height: 45px;
	display: block;
}
.sf-menu .root_corner:hover a.root_link {
	/*padding: 		.75em 1em;*/
	background:transparent url('/imgs/btn_corner_right_active_hover.png') right top no-repeat;
	line-height: 42px;
	text-decoration:none;
	padding: 0 12px 0 0;
	height: 45px;
	color:#FFF;
	outline: none;
	letter-spacing:-1px;
	text-shadow: #252525 1px 1px 0px;
}
.sf-menu .root_corner:hover a.root_link span.gfx
{
	background:transparent url('/imgs/btn_active_hover.png') 0 0 no-repeat;
	padding-left: 12px;
	height: 45px;
	display: block;
}
.sf-menu .active a.root_link {
	/*padding: 		.75em 1em;*/
	background:transparent url('/imgs/btn_corner_right_active.png') right top no-repeat;
	line-height: 42px;
	text-decoration:none;
	padding: 0 12px 0 0;
	height: 45px;
	color:#FFF;
	outline: none;
	letter-spacing:-1px;
	text-shadow: #252525 1px 1px 0px;
}
.sf-menu .active a.root_link span.gfx
{
	background:transparent url('/imgs/btn_active.png') 0 0 no-repeat;
	padding-left: 12px;
	height: 45px;
	display: block;
}

.sf-menu li.root {
	font-size:12px;
	font-weight: bold;
	height:45px;
}
/*** arrows **/

.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}

.sf-sub-indicator {
	position:		absolute;
	display:		none;
	right:			.75em;
	top:			1.25em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
}
.root a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			1.2em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
.leaf a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	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 */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
