#menu {
	position: absolute;
	top: 11px;
	left: 170px;
	z-index: 1000;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 10em;
}

#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
	list-style: none;

}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #F6EDC3;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}
 
/* doplněno KMOTR vlastnosti pro menu */ 
 
 #nav li li {
	border: 0;
	border-bottom: solid 1px #6C0000;
	text-align: left;
	background: #E8DDA5 url(../images/submenu-bckgr.gif) top left repeat-x;
}
#nav li li a {
	font-weight: normal;
	color: #6C0000;
	text-decoration: none;
	height: 20px;
	padding: 2px 0 0 5px;
	font-size: 11px;
	white-space: nowrap;

}
#nav li li a:hover {
	text-decoration: underline;
}
#nav li li a span.txt {
	display: block;
	padding-top: 3px;
}

	#menu a.mbutt {
		color: #6C0000;
		text-decoration: none;
		font-size: 11px;
		height: 25px;
		text-align: center;
		white-space: nowrap;
	}
		#menu a.mbutt:hover {
			color: #F00;
		}
		#menu #active a:link, #menu #active a:active, #menu #active a:hover {
			color: #6C0000;
		}

#menu #nav li.lev1 {
	width: 10em;
	margin-right: 3px;
	background: transparent url(../images/li-lev1-bckgr.gif) bottom left repeat-x;
}
	#menu #nav .lev1#active {
		background: transparent url(../images/menubutt-bckgr-active2.gif) bottom left repeat-x;
	}
	#menu #nav ul.wider, #menu #nav ul.wider li {
		width: 10.5em;
		_width: 10em;
	}
		#menu li#active span.active {
			font-weight: bold;
		}

		#menu a.mbutt span.txt {
			display: block;
			padding-top: 10px;
		}
		#menu a.mbutt span.active {
			font-weight: bold;
			padding-top: 6px;

		}

