.nav, .nav * {
	margin:0px;
	padding:0px;
}

.nav {
	line-height:47px;
	/* margin-bottom:1.5em; */
	width: 780px;
	height: 47px;
}
.nav ul {
	background:#155099; /*IE6 needs this*/
	width: 780px;
	list-style-type:circle;
}

.nav li {
	background:transparent url(menu_item.png) no-repeat;
	/* border-left:1px solid black; */
	/* border-bottom:1px solid #6BA6B9; */
	float: left;
	/* list-style:none; */
	position:relative;
	width: 130px; /* szerokosc wiersza */
	z-index:999;
	text-align: center;
	font-family: Arial Narrow;
	font-size:14px;
	font-weight:bold;
	display:inline;
}
.nav a {
	color: white;
	display:block;
	/* padding: .75em 0 .75em 2em; */
	text-decoration:none;
	width:130px;
}

.nav li ul {
	background:black;
	top:-999em;
	position:absolute;
	width:130px;
	padding-left: 4px;
	z-index: 999;
	line-height:24px;
}

.nav li:hover,
.nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active {
	z-index: 999;
	background:transparent url(menu_item.png) no-repeat;
}

.nav li:hover ul, /* pure CSS hover is removed below */
ul.nav li.sfHover ul {
	left:0px; /* submenu top-left */
	top:47px;
}

.nav li:hover li ul,
.nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul, /* pure CSS hover is removed below */
ul.nav li li.sfHover ul {
	/* left:12.45em; */
	top:0px;
	left:130px;
}
.nav li li:hover li ul,
.nav li li.sfHover li ul {
	top:-999em;
}
.nav li li li:hover ul, /* pure CSS hover is removed below */
ul.nav li li li.sfHover ul {
	left:130px;
	top:0px;
}
/*following rule negates pure CSS hovers
so submenu remains hidden and JS controls
when and how it appears*/
.superfish li:hover ul,
.superfish li li:hover ul,
.superfish li li li:hover ul {
	top: -999em;
}

embed, object {
	position: relative;
	z-index: 0;
}

.nav li li {
	background: #155099;
	width:130px;
	padding-left: 0em;
	font-weight: normal;
	border-bottom:1px solid black;
}
.nav li li li {
	background: #155099;
}
.nav li li a {
	padding-right:0;
	width:130px;
	height:24px;
}
