#navAdmin,#navAdmin ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: absolute;
	top:0px;
	left:250px;
	line-height: 30px;
}


#nav,#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: absolute;
	top:137px;
	line-height: 30px;
}

#nav a {
	display: block;
	padding: 0px 5px;
	color: #fff;
	text-decoration: none;
	background-color: #333;
	background: url(../images/artykulyoff.png) no-repeat;
	font-weight: bold;
}

#nav a:hover {
	background: url(../images/mArtykuly-on2.PNG) no-repeat;
	color: #333;
}

#nav li a.selected {
	background: url(../images/mArtykuly-on2.PNG) no-repeat;
}

#nav LI A.stronaGlowna {
	background: url(../images/img/mStronaGlowna-off.png) no-repeat;
}

#nav LI A.stronaGlowna:HOVER {
	background: url(../images/img/mStronaGlowna-on.png) no-repeat;
}

#nav LI A.stronaGlownaSelected {
	background: url(../images/img/mStronaGlowna-on.png) no-repeat;
}

#nav LI A.stronaGlownaSelected:HOVER {
	background: url(../images/img/mStronaGlowna-on.png) no-repeat;
}

#nav LI A.mojeKonto {
	background: url(../images/img/mMojeKonto-off.png) no-repeat;
}

#nav LI A.mojeKonto:HOVER {
	background: url(../images/img/mMojeKonto-on.png) no-repeat;
}

#nav LI A.mojeKontoSelected {
	background: url(../images/img/mMojeKonto-on.png) no-repeat;
}

#nav LI A.mojeKontoSelected:HOVER {
	background: url(../images/img/mMojeKonto-on.png) no-repeat;
}


#navAdmin li {
	float: left;
	position: relative;
	width:127px;
}

#nav li {
	float: left;
	position: relative;
	width:127px;
}

#nav li a{
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#navAdmin li a{
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
}

#nav ul {
	position: absolute;
	display: none;
	width: 170px;
	top: 30px;
}

#navAdmin ul {
	position: absolute;
	display: none;
	width: 170px;
	top: 30px;
}

#nav li ul a {
	width: 170px;
	height: auto;
	float: left;
	line-height: 18px;
	background-image: none;
	font-weight: normal;
	background: url(../images/pinkButton.png) repeat-x;
}

#nav li ul a:hover {
	background: url(../images/greenButton.png) repeat-x;
}

#nav ul ul {
	line-height: 18px;
	top: auto;
}

div.sub-menu-arrow{
	background: url(../images/strzalki.png) no-repeat;
	width:22px;
	height:11px;
	float:right;
	position: absolute;
}

#nav li ul ul {
	line-height: 18px;
	left: 170px;
	margin-top:5px;
}

.navMenuArrows {
	font-size:9px;
	float:right;
	line-height: 18px;
}

#nav li:hover ul ul,#nav li:hover ul ul ul,#nav li:hover ul ul ul ul {
	display: none;
}

#nav li:hover ul,#nav li li:hover ul,#nav li li li:hover ul,#nav li li li li:hover ul{
	display: block;
}