/* SKOŚNE MENU NAWIGACYJNE */
#MENU ul{ 
	padding:0;
	margin:0;
	list-style-type:none;
	width:100%;
	height:101px;
	background: url('obrazki/linia.png') no-repeat left bottom;
	background-position:20px 88px;
	
	font-family:'Trebuchet MS';
}
#MENU li { 
	background: url('obrazki/menu.png') no-repeat top left;
	background-position: 0px 0px;
	width:121px; /*   |\_________  */
	height:101px;
	float:left;
	line-height:101px;
	
	font-size:12px;
	
	}
#MENU li.pusty {width:20px; height:100px; }
#MENU a em { 
	font-family:'Trebuchet MS';
	line-height:101px;
	height:101px;
	
	font-size:12px;
	font-weight:bold;
	font-style:normal;
}
#MENU a { 
	text-decoration:none;
	color:#999999;
	position:absolute;
	width:142px; /* chyba dowolne */
	height:101px;
	display:block;
	font-size:12px;
}
#MENU a.m { 
	line-height:101px;
	height:101px;
	color:#999999;
	text-indent:20px; /*wciecie napisu na nieaktywnym */
	font-size:12px;
}

#MENU a.glowna{ text-indent:23px; } #MENU a.glowna:hover { text-indent:23px; }
#MENU a.oferta{ text-indent:50px; } #MENU a.oferta:hover { text-indent:50px; }
#MENU a.firma{ text-indent:44px; } #MENU a.firma:hover { text-indent:44px; }
#MENU a.realizacje{ text-indent:35px; } #MENU a.realizacje:hover { text-indent:35px; }
#MENU a.kariera{ text-indent:50px; } #MENu a.kariera:hover {text-indent:50px;}
#MENU a.kontakt{ text-indent:47px; } #MENU a.kontakt:hover { text-indent:47px; }

#MENU a:hover { 
	
	width:142px;
	height:101px;
	z-index:500;
	line-height:101px;
	
	font-size:12px;
	
}
#MENU a:hover em { 
	position:absolute;
	overflow:hidden;
	width:142px;
	height:101px;
	left:0px;
	top:0px;
	 /*text-indent:20px;  wciecie napisu na aktywnym */
	color:#999999;
	line-height:101px;
	cursor:pointer;
	
	
	font-size:12px;
}
#MENU a.m em.aktywny
{
    background: url('obrazki/menu.png') no-repeat top left;
	background-position: 0px -101px;
	line-height:101px;
	width:142px;
	height:101px;
	display:block;
	font-size:12px;
}


#MENU a:hover.m em { 
	background: url('obrazki/menu.png') no-repeat top left;
	background-position: 0px -101px;
	height:101px;
	font-size:12px;		
}


/* WYBÓR JĘZYKA NA STRONIE */
#LANG ul{ 
	padding:0;
	margin:0;
	list-style-type:none;
	width:190px;
	font-family:'Trebuchet MS';
	float:right;
}
#LANG li { 
	background: url('obrazki/lang.png') no-repeat top left;
	background-position: 0px 0px;
	width:69px; /*   |\_________  */
	height:42px;
	float:left;
	line-height:41px;
	font-size:10px;
	
	}
#LANG li.pusty {width:26px; height:41px; }
#LANG a em { 
	font-family:'Trebuchet MS';
	line-height:41px;
	height:41px;
	
	font-size:10px;
	font-style:normal;
}
#LANG a { 
	text-decoration:none;
	color:#999999;
	position:absolute;
	width:93px; /* chyba dowolne */
	height:41px;
	display:block;
	font-size:10px;
}
#LANG a.m { 
	line-height:41px;
	height:41px;
	color:#999999;
	text-indent:15px; /*wciecie napisu na nieaktywnym */
	font-size:10px;
}
#LANG a.p { text-indent:35px; }
#LANG a.e { text-indent:33px;}
#LANG a:hover { 
	
	width:93px;
	height:41px;
	z-index:500;
	line-height:41px;
	
	font-size:10px;
	
}
#LANG a:hover em { 
	position:absolute;
	overflow:hidden;
	width:93px;
	height:41px;
	left:0px;
	top:0px;
	color:#ff9933;
	line-height:41px;
	cursor:pointer;
	font-size:12px;
}
#LANG a.m em.aktywny
{
    background: url('obrazki/lang.png') no-repeat top left;
	background-position: 0px -41px;
	line-height:41px;
	width:93px;
	height:41px;
	display:block;
	color:#ff9933;
	
	font-size:10px;
}


#LANG a:hover.m em { 
	background: url('obrazki/lang.png') no-repeat top left;
	background-position: 0px -41px;
	font-size:10px;		
}




