#productMenuSource_Type3 {
	z-index: 100;
}
#productMenu_Type3 {
	padding-top: 5px;
	z-index: 100;
}

/** Poziome Menu **/

	.menuItemTop 
	, .menuItemTopActive
	{
		z-index: 100;
		height: 28px;
		line-height: 175%;	
		font-weight: bolder;
		font-size: 11px;	
		color: #FFFFFF;	
		white-space: nowrap;
		text-decoration: none;
		vertical-align: middle;
		border-bottom: 0px solid #aaaaDD;
		padding-left:10px;
		padding-right: 16px;		
		padding-bottom: 6px;
	}
	
	.menuItemTopActive {		
		color: #FFEBBC;
		font-weight: bolder;
		text-decoration: underline;	
	}

/** Poziome menu - elementy rozwijane **/ 

	.menuItem 
	, .menuItemActive
	{	
		z-index: 100;
		font-weight: normal;
		font-size: 11px;	
		color: #FFFFFF;
		white-space: nowrap;
		text-decoration: none;
		vertical-align: middle;		
		border: 1px solid #aaaaDD;
		border-top: 0px solid #aaaaDD;
		background-color: #014da5;
		padding: 3px;
		padding-left:12px; 
		padding-right: 16px;
	}
	
	.menuItemActive {
		background-color: #014da5;
		color: #FFEBBC;
	}
	
	.first
	, .first {
		border-top: 1px solid #aaaaDD;
	}
	
	
/** TOP MENU **/

.menuItemTop 
, .menuItemTopActive
{
	border: 0px;
}


.menuItemActive 
{
	background-color: #216dba;	
}

.level2 {
	width: 120px;
}

.menuLevel1 
, .menuLevel2 {
	z-index: 100;
}