#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 18px;
}

#nav a {
	display: block;
	width: 128px;
	height:18px;
	text-align: center;
}

#nav a img {
	margin: 0;
	border:0px;
}
#nav a:hover, #nav a.open {
	color: white;
	background:black ;
}

#nav ul li a {
	display: block;
	width: 168px;
	background:gray ;
}
#nav ul li a:hover {
	background:black ;
}

#nav li { /* 1st level list items */
	float: left;
	width:168px; /* width needed or else Opera goes nuts */
}

#nav li ul li{ /* 1st level list items */
	float: left;
	width:168px; /* width needed or else Opera goes nuts */
}


#nav li ul { /* lista-menu poziomu 2, poniżej szeroko&para;ć menu 1 i jej obramowania na dole  */
	position: absolute;
	z-index:100;
	width: 169px;
	visibility:hidden;
	/*left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul a {
	width:168px;
	text-align:left;
	border-left: 1px solid orange;
	border-right: 1px solid orange;
	
}
#nav li ul li ul li:first-child  {
	border-top: 1px solid orange;

}
#nav li ul li ul , #nav li ul   {
	border-bottom: 1px solid orange;
}


#nav li ul ul { /* third-and-above-level lists */
	margin: -22px 0 0 168px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	/*left: -999em;*/
	visibility:hidden;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	/*left: auto;*/
	visibility:visible;
}

a.menu1 {
    font-family: verdana, arial, sans-serif;
    font-size:10px;
    font-weight:bold;
    color: black;
    text-decoration:none;
}

a.menu2 {
    font-family: verdana, arial, sans-serif;
    font-size:10px;
    font-weight:bold;
    color: orange;
    text-decoration:none;
}

a.menu3 {
    font-family: verdana, arial, sans-serif;
    font-size:10px;
    font-weight:bold;
    color: silver;
    text-decoration:none;
    text-align:right;
}
