#menu ul {
	list-style:none;
	width:auto;
	margin:0;
	padding:0;
	float:right;
	text-transform:uppercase
	
}
#menu ul h2{
	padding:0;
	margin:0px;
}
#menu ul h2 a{
	padding:70px 10px 0px 10px; /* padding also defines width for autosized menus */
	margin:0;
	display:block;
	background:url(../images/topok.png) no-repeat right top;

}
#menu ul h2 a:hover {
	padding:70px 10px 0px 10px; /* padding also defines width for autosized menus */
	margin:0;
	display:inline-block;
}
#menu h2 {
	margin:0;
	padding:0;
}

#menu a {
	display:block;
	text-align:center;
	margin:0;
	padding:0;
}

/* IE needs the values given in 2 x parts to display autosized menu properly - width:auto */ 
* html #menu h2 a{display:inline-block;} 
* html #menu h2 a{display:inline;} 

#menu a:hover {
	background:transparent;
}
#menu h2 a:hover {
	background-color:transparent;
}
#menu li {position:relative;}


div#menu ul li:hover ul
{display:block;}



body {
behavior:url(/csshover.htc);
}
<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior:url(/csshover.htc);
font-size:100%;
}

#menu ul li {float:left; white-space:wrap; overflow:inherit; width:auto;}
#menu ul li a {height:107px; color:#000} 
#menu ul li a:hover {height:107px; background:#d7451e; color:#FFF} 

#menu a, #menu h2 {
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.95em;
	font-weight:bold;
}
</style>
<![endif]-->
 

