/* Basic code - don't modify */
 .droppy { display: block; margin: 0; padding: 0; position: relative; width:200px}
  .droppy li { display: block; list-style: none; margin: 0; padding: 0; /* float: left; */ position: relative; }
  .droppy a { display: block; }
  .droppy ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; background:none;}
  * html .droppy ul { line-height: 0; } /* IE6 "fix" */
  	.droppy ul a { zoom: 1; } /* IE6/7 fix */
    .droppy ul li { float: none; }
    .droppy ul ul { top: 0; }

/* Everything else is theming */
.droppy {}
.droppy *:hover {background-color: none; }
.droppy a {font-size: 12px; padding: 6px; line-height: 1; }
  .droppy li.hover a {background:transparent url(../images/navBgHover.gif) no-repeat right bottom;}
  
  .droppy ul {top: 0px; left:242px; width:320px; background:#fff url(../images/navThumb1.jpg) no-repeat bottom center; border-left:1px solid #0b8e36; border-bottom:2px solid #0b8e36; padding:16px 0 65px 0}
	.droppy ul ul {top: 0px; left:320px; width:265px; background:#fff; border-left:1px solid #0b8e36; border-bottom:2px solid #0b8e36; padding:16px 0 4px 0}
		.droppy ul ul ul {top: 0px; left:265px; width:auto; background:#fff; border-left:1px solid #0b8e36; border-bottom:2px solid #0b8e36; padding:16px 0 0 0}
		
	#menu-nawigacja li ul li {margin:0 0 14px 0;}
		#menu-nawigacja li ul li a {font-size:13px; color:#7f4e01; background:none; width:280px; height:auto; min-height:20px; padding:0 20px; text-align:left;}
		#menu-nawigacja li ul li ul li a {font-size:13px; color:#7f4e01; background:none; width:225px; height:auto; min-height:auto; padding:0 20px; text-align:left;}
		#menu-nawigacja li ul li ul li ul li a {font-size:13px; color:#7f4e01; background:none; width:100px; height:auto; min-height:auto; padding:0 20px; text-align:left;}
			#menu-nawigacja li ul a.has-subnav {/* background:transparent url(images/SubNavHover.gif) no-repeat right center; */}
			#menu-nawigacja li ul a.hover {color:#0b8e36; background:transparent url(../images/SubNavHover.gif) no-repeat right center;}
			#menu-nawigacja li.current_page_parent a, #menu-nawigacja li.current_page_ancestor a {color:#0b8e36!important; background:transparent url(../images/SubNavHover.gif) no-repeat right center!important;}
   .droppy ul a {}
/* .droppy ul a { border-bottom: none; } - I also needed this for IE6/7 */

