.obalmenu{float:left;width:140;height:100%;}
#navlist li
{
display: inline;
/* for IE5 and IE6 */
}

#navlist
{
width: 140;
/* to display the list horizontaly */
font-family: arial;
margin: 20 0 0 0;
padding: 0;
color:black;
}
#navlist ul, #navlist li
{
width: 140;
margin:0 0 0 0;
padding:0 0 5 0;
list-style-type: none;
text-align:left;
}
#navlist li a
{
color:black;
font-weight:bold;
width: 99.99%;
font-size:0.8em;
/* extend the sensible area to the maximum with IE5 */
height:28;
_height:40;
width:140;
display: block;
text-align:left;
padding:12 0 0 38;
text-decoration:none;
background:url('../obrazky/button1.jpg') no-repeat top;
background-position:left top;
}
#navlist a:hover 
{ 
width:140;
color:black;
text-align:left;
height:28;
_height:40;
padding:12 0 0 38;
background:url('../obrazky/button1.jpg') no-repeat  bottom;
background-position:left bottom;
 }
