#hlavni2 
{ 
border: solid #333 0px; 
position: absolute; left: 5px; top: 250px;
width: 110px; 
height: 50px;
color: white; 
font-size: 11pt;
font-weight: bold;
font-family: arial;
} 

ul, li 
{ 
list-style: none; 
margin: 0; 
padding: 0; 
} 

ul.uroven3 
{ 
width: 100px; 
margin: 0px;
} 

ul.uroven4 
{ 
position: absolute; 
width: 870px;
left: 110px; 
top: 0px; 
visibility: hidden; 
} 

li.uroven3 
{ 
position: relative; 
border: solid white 1px; 
background: transparent url('../96-3.png') left top repeat;
margin-bottom: 0px; 
width: 110px; 
behavior: url("../hovermenu.htc"); 
} 


li.uroven4 
{ 
float: left; 
width: 70px; 
margin-right: 0px; 
behavior: url("../hovermenu.htc"); 
} 

li.uroven3 a 
{ 
display: block; 
color: white; 
text-decoration: none; 
_width: 110px; /* IE */ 
_height: 28px; /* IE */ 
} 

li.uroven4 a 
{ 
_width: 70px; /* IE */ 
} 

li.uroven3:hover, li.uroven3Hover 
{ 
background-image: url('../96-2.png');
} 

li.uroven4:hover, li.uroven4Hover 
{ 
background-image: url('../96-4.png');
filter:alpha(opacity=80); 
} 

ul.uroven3 li.uroven3Hover ul.uroven4, 
ul.uroven3 li.uroven3:hover ul.uroven4 
{ 
visibility: visible; 
}