body { 
position : relative; 
background : #fff; 
margin : 0; 
padding : 0; 
} 
.menu_nadpis { 
position : relative;
left : 25px; 
font : 13px Arial, Helvetica, sans-serif;
margin-top : 0px;
margin-left : -25px;
margin-bottom : -16px;
width : 120px;
} 
.menu_nadpis a { 
text-decoration : none; 
color : #ffffff; 
margin-bottom : -16px; 
background-color : #f7642d;
} 
.menu_nadpis a:hover { 
color : #000000;
background : #f7642d; 
} 
.menu a img { 
height : 0; 
width : 0; 
border-width : 0; 
} 
.menu a:hover img { 
position : absolute;
text-align : center;
padding : 3px;
top : 0px; 
left : 136px; 
height : 140px; 
width : 210px;
border : 1px solid #666;
background-color : #ffffff;
} 


