
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0px;
	list-style:		none;
        color: white;
        color: #4d4d4d;
        color: #4d4d4d;;
        font-weight: bold;
        font-weight: normal;
}
.sf-menu {
}
.sf-menu >li >a{
    color: #fff;
}
.sf-menu ul { /* Podmenu */
	position:		absolute;
	top:			-999em;
	width:			200px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
        margin: 0px;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,.sf-menu li.sfHover ul {
	left:			0px; /* -15px */
	top:			3.3em;/* Przesunięcie pionowe podmenu w stasunku do menu*/
        top: 23px;
	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:			200px; /*  Odległość podpodmenu od podmenu*/
	top:			0;     /* Odległość pionowa podpodmenu od podmneu */
}
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:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	text-decoration:none;
        text-align: left; /* + */
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	-color: #ffffff;
        -color: #4d4d4d
}
.sf-menu li {
        line-height: 23px; /* Domyślna wielkość menu głównego */
        
}
.sf-menu li li { /* Podmenu elementy li */
       background: none repeat scroll 0 0 #1A9AEE;
        text-decoration:  none; 
        margin: 0 9px 0 0;
        line-height: 25px;
        background: url('../layout_images/bg-li.png') no-repeat top;
        background: none;
        background-color: #fff;
}
.sf-menu li li>a{ /* Wszystkie odnośniki z wyjątkiem tych z menu głównego */
    padding:0 0 0 15px;
    border-left: 1px solid #f2f2f2;
}

.sf-menu li li li { /* Podpodmenu elementy li */
        background: none repeat scroll 0 0 #1A9AEE;
        background: url('../layout_images/bg-li.png') no-repeat top;
        background: none;
        background-color: #fff;
}
 
.sf-menu li:hover,.sf-menu li.sfHover,.sf-menu a:focus,.sf-menu a:hover, .sf-menu a:active { /* Odpowiada za kliknięty odnośnik */
	outline:		0;   
}
#menu >ul>li>ul a:hover{ /* Zmienia kolor dla wszystkich odnośników "a" z wyjątkiem tych z głównego menu */
     background: url('../layout_images/bg-li-hover.png') no-repeat top;
     background: none;
     background-color: #fff;
     color: #ff9000;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
        text-decoration: none;
	/*min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator { /* Strzałeczka dla menu podmenu jeśli ma w sobie inne menu*/
	position:		absolute;
	display:		block;
	right:			-15px;
	top:			50px; /* IE6 only */
        top: 20px;
        margin-top:             0px;
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
        -border: 2px solid red;
	background:		url('../layout_images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
        background:		url('../layout_images/arrows-ff9000.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:			.8em;
        top:  7px;
	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; margin: 0 20px 10px 0;} /* Położenie strzałeczki od podmenu nie bez hovera  */
/* 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*/
        margin: 0 20px 0 0;
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../layout_images/shadow.png') no-repeat bottom right;
        width:200px;
        padding: 0px 10px 10px 0; /* Polożenie strzałeczki podmenu hover i focus */
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/*-------------------Dodane ---------------------*/
#menu >ul>li{
    margin: 0 9px;
    margin: 0px 24px;
    z-index: 9999;
    color: #fff;
    -display: none;
}


