#Menu1Div {
	position: absolute; 
	width: 100px; 
	height: 50px; 
	z-index: 3; 
	top: 248px; 
	visibility: hidden; 
}

#Menu2Div {
	position: absolute; 
	width: 100px; 
	height: 50px; 
	z-index: 3; 
	top: 248px; 
	visibility: hidden; 
}

#Menu3Div {
	position: absolute; 
	width: 100px; 
	height: 50px; 
	z-index: 3; 
	top: 248px; 
	visibility: hidden; 
}

#Menu4Div {
	position: absolute; 
	width: 100px; 
	height: 50px; 
	z-index: 3; 
	top: 248px; 
	visibility: hidden; 
}

.menu_rozwijane_ul1 {
	margin: 0;
	padding: 0;
	width: 150px;
	list-style: none;
	opacity: .9;
	filter: alpha(opacity=90);					
}

.menu_rozwijane_ul2 {
	margin: 0;
	padding: 0;
	width: 140px;
	list-style: none;
	opacity: .9;
	filter: alpha(opacity=90);				
}

.menu_rozwijane_ul3 {
	margin: 0;
	padding: 0;
	width: 150px;
	list-style: none;
	opacity: .9;
	filter: alpha(opacity=90);				
}

.menu_rozwijane_ul4 {
	margin: 0;
	padding: 0;
	width: 152px;
	list-style: none;
	opacity: .9;
	filter: alpha(opacity=90);				
}

.menu_rozwijane_li {
	list-style: none;
	background-color: #108536;
	line-height: 20px;
	color: #ffffff;
}

.separator_li {
	line-height: 1px;
	background-color: #ffffff;
	font-size: 1px;
	opacity: .6;
	filter: alpha(opacity=60);				
}

.no_opacity {
	opacity: 1;
	filter: alpha(opacity=100);			
}