@charset "utf-8";
/* CSS Document */

@import "topmenu_glowna.css";

/********* NAVIGATION LEVEL 1 ***********/
.navcontainer {width:798px; height:25px; position:relative; z-index:100; background:transparent url(https://zw.com.pl/static/img/new_naw1.jpg) repeat-x scroll 0 0;  }

/* hack to correct IE5.5 faulty box model */
* html .navcontainer {width:798px;}

/* remove all the bullets, borders and padding from the default list styling */
.navcontainer ul {padding:0; margin:0; list-style-type:none; display:block; margin-top:1px; padding:0; z-index:10; color:#000000;}
.navcontainer ul li{float:left; position:relative; text-align:center; display:inline; white-space:nowrap; background-image:none; margin:0; padding:0; font-weight: normal;}

/* hack to correct IE5.5 faulty box model */
* html .navcontainer ul li a {width:1px; font-weight: bold;}

.navcontainer ul li a, .navcontainer ul li a:visited {margin: 0px; padding:3px 8px; color:#fff; display:block; text-decoration:none; height:16px; font-weight:bold;}
.navcontainer ul li a:hover {margin:0; text-decoration:underline; color:#FFF; text-align:left; font-weight: bold;}


.navcontainer ul li ul {visibility:hidden; position:absolute; height:0; top:21px; left:0;}
/* another hack for IE5.5 */
* html .navcontainer ul ul {top:23px;}

.navcontainer ul li ul li{text-align:left; padding:0; margin:0; float:none; font-size:1.0em; width:170px; }

/* hide the sub levels and give them a positon absolute so that they take up no room */


/* style the table so that it takes no ppart in the layout - required for IE to work */
.navcontainer table {position:absolute; top:-14px; left:-20px; border-collapse:collapse; width; 135px;}


.navcontainer ul li ul li a, .navcontainer ul li ul li a:visited {background:#DFD5D6;/* <--- kolor tla listy rozwijanej*/ color:#000; height:auto; padding:3px 10px 5px; width:135px; white-space:normal; text-align:left; line-height:1.4em; font-weight: normal;}
/* yet another hack for IE5.5 */
* html .navcontainer ul li ul li a, * html .navcontainer ul li ul li a:visited { width:135px; }

/* style the top level hover */
/*.navcontainer a:hover,*/ .navcontainer ul li ul li a:hover { background:#c8454d; padding:3px 10px 5px; color:#FFFFFF; text-decoration:none; font-weight: normal;}
/*.navcontainer :hover > a { text-decoration:none; background:#c8454d; color:#FFF; } - nie potrzebne*/
/*.navcontainer ul li ul :hover > a { background:#c8454d;/* <---kolor podswietlenia listy rozwijanej *//*text-decoration:none; padding:3px 10px 5px; color:#FFF;} - nie potrzebne*/

* html .navcontainer ul li ul li a:hover {width:135px; background:#c8454d;}

/* make the second level visible when hover on first level list OR link */
.navcontainer ul li:hover ul,
.navcontainer ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.navcontainer ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.navcontainer ul :hover ul :hover ul{ visibility:visible;}

/********* NAVIGATION LEVEL 1 END ***********/
