
#nav { padding:0 50px; font-size:1.1em; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:999; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
#nav li { float:left; }
#nav li.active a { color:#d96708; }
#nav a { float:left; padding:5px 12px 6px 8px; color:#a7c6dd; font-weight:bold; }
#nav li.over a,
#nav a:hover { color:#d96708; }

/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ecf3f6 url(../images/nav_divider.gif) repeat-x 0 100%; }
/*#nav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
#nav ul li.last { background:#ecf3f6; padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/************ 2ND LEVEL ************/
#nav ul { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #899ba5; }

/* Show menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }

#nav ul li a { background:#ecf3f6; }
#nav ul li a:hover { background:#d5e4eb; }
#nav ul li a,
#nav ul li a:hover { color:#2f2f2f !important; }
#nav ul span, #nav ul li.last li span { padding:3px 15px 4px 15px;}

/************ 3RD+ LEVEL ************/
#nav ul ul { top:5px; }



/******* BUTTONY TYP ***************/

#topButtons {display: block; width: 590px; height: 52px; clear: both; padding: 3px;}
#topButtons .first { float: none; display: none;}
#topButtons li { display: block; float: left; margin-left: 2px;}
#topButtons a {
	display: block; height: 52px; width: 82px; font-size: 11px; color: #000; text-decoration: none; text-align: center;
	line-height: 86px;
	background: 0 0 no-repeat;
}
#topButtons a:hover {text-decoration: underline;}
	
#topButtons li.b_promocje a { background: url(../images/top_buttons/promocje.gif);}
#topButtons li.b_promocje a:hover { background-position: 0 52px;}
#topButtons li.b_nowosci a { background: url(../images/top_buttons/nowosci.gif);}
#topButtons li.b_nowosci a:hover { background-position: 0 52px;}
#topButtons li.b_hurt a { background: url(../images/top_buttons/hurt.gif);}
#topButtons li.b_hurt a:hover { background-position: 0 52px;}
#topButtons li.b_konfigurator a { background: url(../images/top_buttons/konfigurator.gif);}
#topButtons li.b_konfigurator a:hover { background-position: 0 52px;}
#topButtons li.b_obserwowane a { background: url(../images/top_buttons/obserwowane.gif);}
#topButtons li.b_obserwowane a:hover { background-position: 0 52px;}
#topButtons li.b_moje_konto a { background: url(../images/top_buttons/moje_konto.gif);}
#topButtons li.b_moje_konto a:hover { background-position: 0 52px;}
#topButtons li.b_moj_koszyk a { background: url(../images/top_buttons/moj_koszyk.gif);}
#topButtons li.b_moj_koszyk a:hover { background-position: 0 52px;}


/*********** TOPMOST LINKS *******************/

/***top menu by krzysu***/
ul#topmost{float:left;margin:2px 0 0 8px;padding:0;cursor: default;height: 28px;}
ul#topmost>li{	
	padding: 0 10px;
	line-height: 23px;
	background: #99c72c url(../images/topmost_links_bg.gif) 0 0 repeat-x;
	border: 1px solid #7cad02;
	min-width: 80px;
	text-align: center;
	display:block;float:left;
}
ul#topmost li strong{display:block;}
ul#topmost>li.separator { padding: 0 1px; border: 0; background: none; min-width: 0;}
ul#topmost li>ul{
	clear:both;
	margin-left:-11px;
	margin-top:1px;
	cursor: default;
	border: 1px solid #7cad02; 
	border-top: 0;
	min-width: 80px;
	text-align: left;
	display:none;position:absolute;float:left;
}
ul#topmost li:hover>ul{display:block;}
ul#topmost li ul li{float:none;display:block;}
ul#topmost li ul li a{display:block;padding:0 10px;color:#000;text-decoration:none;}
ul#topmost li ul li a:hover{background:#7fb201}
ul#topmost li ul{background:#99c72c;}
/***********end of krzysu***************/

