ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	position:relative;
	display: block;
	text-decoration: none;
	color: #444444;
	background: #fff; /* IE6 Bug */
	border-bottom: 0;
	width:104px;
	_width:112px;
	text-align:left;
	}

.posun
{	
	position:relative;
	top:14px;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li.posun a:hover { color: #444444; background:#fed11b;} /* Hover Styles */
		
li ul li a { padding: 4px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */