#hlavni_menu {
position: absolute; top: 134px; left: 50%; margin-left: -560px;
width: 1120px; height: 26px;
background-color: #888888; color: white; z-index: 10;
}

#navigace {
height: 26px; color: black;
}

#navigace ul {
width: auto;
float: left;
}

#navigace ul li {
float: left;
position: relative;
list-style: none;
}

#navigace ul li a {
float: left; padding: 5px 10px 6px 10px;
text-decoration: none; color: white;
}

#navigace ul li a:hover {
background-color: #000060; color: white;
}

#navigace ul li ul {
left: -999em;
position: absolute; top: 26px;
width: 220px; height: auto;
clear: both;
z-index: 99; background-color: #888888;
}

#navigace ul li li
{
	width: 240px;
	border-top: 1px solid #989898;
}

#navigace ul li li a {
background-color: #888888; color: white;
font-weight: normal;
display: block;
width: 220px;
}

#navigace ul li li a:hover {
background-color: #000060; color: white;
}

#navigace ul li:hover ul {
left: auto;
}