.pomarancz {
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-top: solid 1px #efefef;
	border-bottom: solid 1px #efefef;
	text-align:center;
	padding-right:5px;
}
#wysz {
width:180px;
height:25px;
float:left;
padding-top:5px;
}

div#miasta {
height:100px;
width:305px;
float:left;
border-right:#FFFFFF solid 1px;
padding:5px;
background:url(../images/miasto-background.gif) no-repeat;
}
div#miasta2 {
height:100px;
width:193px;
padding:5px;
float:left;
border-right:#FFFFFF solid 1px;
background:url(../images/miasto-background.gif) no-repeat;
}
div#maly {
height:40px;
width:60px;
float:left;
margin-top:5px;
}
#pan {
font-family:Verdana, Arial, Helvetica, sans-serif;
	  float:left;
	  width:100%;
	  height:45px;
	  background:transparent;
}
.menu2 {
font-family: verdana, arial, sans-serif; 
width:928px; 
margin:0; 
position:relative;
z-index:90;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu2 ul {
padding:0; 
margin:0;
list-style-type: none;
border:0;
}
/* float the list so that the items are in a line */
.menu2 ul li {
float:left;
}
/* style the links to be 249px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu2 ul li a, .menu2 ul li a:visited {
display:block; 
text-align:center; 
text-decoration:none; 
width:155px; 
color:#ffffff; 
background:transparent; 
line-height:30px; 
font-size:14px;
padding-top:7px;
padding-bottom:7px;

}
/* make the dropdown ul invisible */
.menu2 ul li ul {
display: none;
}

/* set the background and foreground color of the main menu li on hover */
.menu2 ul li:hover a {
color:#fff; 
background:#fff;
color: #0071b6;	
}
/* make the sub menu ul visible and position it beneath the first list item */
.menu2 ul li:hover ul {
text-align:left;
display:block; 
position:absolute; 
top:-114px; 
left:0; 
text-align:left;


}
/* make the sub menu ul li the full width with padding and border. Add an auto scroll bar */
.menu2 ul li:hover ul li {
background:#399bcd; 
width:928px;
height:114px;
border-left:1px solid #fff;
border-right:1px solid #fff;
border-top:1px solid #fff;

}
