/* Basic code - don't modify */
#nav a { text-decoration: none; }
#nav * { z-index: 1; }
#nav { display: block; margin: 0; padding: 0; position: relative;  }
#nav li { display: block; text-align: left; list-style: none; margin: 0; padding: 0; float: left; position: relative; padding-left: 12px; padding-right: 12px;  }
#nav a { display: block; }

#nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; border: solid 2px #F6CA72; }
* html #nav ul { line-height: 0; } /* IE6 "fix" */
#nav ul a { zoom: 1; } /* IE6/7 fix */
#nav ul li { float: none; padding: 0; margin: 0; }
#nav ul ul { top: 0; }

/* Essentials - configure this */

#nav ul { width: 190px; }
#nav ul ul { left: 191px; }

/* Everything else is theming */

#nav {  }
#nav *:hover { background-color: none; }
#nav a {  }
#nav li.hover a {   }
#nav ul { top: 40px; }
#nav ul li { background-color: #F5C25F; }
#nav ul li a { color: white; font-size: 12px; font-weight: bold; height: 28px; line-height: 28px; }

#nav ul a.hover { color: white; background: #F6CB75;  text-shadow: black 0px 0px 3px; }
#nav ul a { /*opacity: 0.3; filter: alpha(opacity=30);*/ padding-left: 15px; }

#nav .firstline { font-weight: bold; font-size: 12px; line-height: 40px; height: 57px; padding: 0; }
#nav .firstline .left { float: left; background: url('../../gfx/lewy.jpg') top left no-repeat; width: 6px; height: 41px; }
#nav .firstline .name { float: left; /*background: url('../../gfx/srodek.jpg') top left repeat-x;*/ display: block; padding-left: 10px; padding-right: 10px; }
#nav .firstline .right { float: left; background: url('../../gfx/prawy.jpg') top left no-repeat; width: 6px; height: 41px; }
#nav .firstline a:link { color: white; text-shadow: #5A5A5A 0px 0px 3px; }
#nav .firstline a:visited { color: white; text-shadow: #5A5A5A 0px 0px 3px; }
#nav .firstline a:hover { color: #E95D0C; text-shadow: white 0px 0px 5px; }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */



