/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/*
cala nawigacja
robimy wielki pasek
o okreslonej wysokosci i szerokosci
*/

#nav {  
	border-color:#bbb;
	border:0px solid; 
	background: url(../images/tableft.png) no-repeat left top;
	float:left; 
	margin-top:15px; 
	margin-left:10px; 
	font-size:1.1em;
	height:29px;
	width:940px; 
}




/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */


#nav li { position:relative;text-transform:uppercase; 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 widoczny ***************/

/* nieaktywny element*/
#nav li { 
	border-color:#fff;
	border:0px solid; 
	float:left; 
	height:20px;
	width:150px;
	margin:0px 8px 11px 11px; 
	padding:6px 8px;  
	text-transform: capitalize;
	
	
}




/*dotyczy tylko aktywnego linku - bez calego LI*/
#nav li.active a { 
	border-color:#fff;
	border:0px solid;
	color:#fff; 
	text-transform: capitalize;
	width:120px;
	text-align:center
}
	
#nav ul.level0{
	width:167px;
	height:168px;
	
    background:url(../images/level0_bg.png) no-repeat  left top;
	background-color:rgba(252, 252, 252, 0.93);
    border:0px solid #0177bd;
	font-size:1.1em;
	text-align:left;
	margin-top:10px;

}




#nav ul.level0 a{
	text-align:left;
	color:#000;
	font-weight:normal;
}

#nav li.level1 a,#nav li.level1 span{
	text-align:left;
	color:#000;
	font-weight:normal;
	border:0px solid #000;
	font-size:0.9em;
}




/*dotyczy kazdego linku w nawigacji*/
#nav a { 
	float:left; 
	background:url(../images/nav_top_level_ball.png) no-repeat  right center;
	padding-right:11px; 
	color:#fff; 
	font-weight:bold;
	text-transform: capitalize ;
	text-align:center;
}

/*dotyczy tylko linku na który najechales*/
#nav li.over a,
#nav a:hover { 
	color:#fff; 
	text-align:center;
	
}
#nav .level0 a:hover { 
	text-decoration:underline;
}

/*dotyczy calego elementu nawigacji - aktywnego i tego na który najechales */
#nav li.over,
#nav li.active { 
	margin:2px 8px 11px 11px; 
	border:0px solid #bbb; 
	background:url(../images/nav_item.png) no-repeat 0 0;
	text-transform: capitalize;
	color:#fff; 
	padding:4px 8px;
	height:29px;
} /* wybrana zakladka*/

/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active,
#nav ul li.over { float:none; border:none; background:none; margin:0; padding:0; padding-bottom:1px; text-transform:none; }
#nav ul li.parent { background:url(../images/nav_top_level_ball.png) no-repeat right center;text-align:left; }
#nav ul li.last { padding-bottom:0; }
#nav ul li.active { margin:0; border:0; background:none; }
#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:22px; left:-10000px; border:1px solid #bbb; border-bottom:2px solid #999; padding:3px 8px; background:#fcfcfc; font-size:11px; }

/* Show menu */
#nav li.over > ul { left:-1px; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }

#nav ul li a { padding:3px 0; color:#0078bb !important; }
#nav ul li a:hover { padding:3px 0; color:#5a7f00 !important; }

/************ 3RD+ LEVEL ************/
#nav ul ul { top:5px; }