#menu-block UL {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

#menu-block LI UL {
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
	border: 1px solid #62B0E5;
	border-top: none;
	border-bottom: none;
	z-index: 999 !important;
}

#menu-block LI LI {
	display: none;
}

#menu-block LI.hover LI,
#menu-block LI:hover LI {
	display: block;
}

#menu-block LI.hover,
#menu-block LI:hover {
	display: block;
	background: #3D84BA url("../images/new/pageTop/topmenu_btn2_hover.gif") no-repeat;
}

#menu-block span {
	display: block;
}


/* prvni uroven */
#menu-block LI.menu-li-1 {
	width: 125px;
	display: block;
	float: left;
	position: relative;
	cursor: pointer;
	text-align: center;
	z-index: 999;
}

#menu-block LI.menu-li-1 A.menu-a-1 {
	width: 125px;
	height: 25px;
	background: url("../images/new/pageTop/topmenu_btn2.gif") no-repeat;
	float: none; 
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 80px;
}
#menu-block LI.menu-li-1 A.menu-a-1:hover {
	background: #3D84BA url("../images/new/pageTop/topmenu_btn2_hover.gif") no-repeat;
}

/* backgrounds pro jednotlive typy polozek */
#menu-block LI.menu-li-1.admin A.menu-a-1 {
	background: #3D84BA url("../images/new/pageTop/topmenu_btn3.gif") no-repeat;
}
#menu-block LI.menu-li-1.admin A.menu-a-1:hover {
	background: #3D84BA url("../images/new/pageTop/topmenu_btn3_hover.gif") no-repeat;
}
#menu-block LI.menu-li-1.redakce A.menu-a-1 {
	background: #3D84BA url("../images/new/pageTop/topmenu_btn1.gif") no-repeat;
}
#menu-block LI.menu-li-1.redakce A.menu-a-1:hover {
	background: #3D84BA url("../images/new/pageTop/topmenu_btn1_hover.gif") no-repeat;
}
#menu-block LI.menu-li-1.preview A.menu-a-1 {
	background: #3D84BA url("../images/new/pageTop/topmenu_btn4.gif") no-repeat;
}
#menu-block LI.menu-li-1.preview A.menu-a-1:hover {
	background: #3D84BA url("../images/new/pageTop/topmenu_btn4_hover.gif") no-repeat;
}
#menu-block LI.menu-li-1.novinky A.menu-a-1 {
	background: #3D84BA url("../images/new/pageTop/topmenu_btn2.gif") no-repeat;
}
#menu-block LI.menu-li-1.novinky A.menu-a-1:hover {
	background: #3D84BA url("../images/new/pageTop/topmenu_btn2_hover.gif") no-repeat;
}
#menu-block LI.menu-li-1.others A.menu-a-1 {
	background: #3D84BA url("../images/new/pageTop/topmenu_btn5.gif") no-repeat;
}
#menu-block LI.menu-li-1.others A.menu-a-1:hover {
	background: #3D84BA url("../images/new/pageTop/topmenu_btn5_hover.gif") no-repeat;
}
#menu-block LI.menu-li-1.catalogue A.menu-a-1 {
	background: #3D84BA url("../images/new/pageTop/topmenu_btn6.gif") no-repeat;
}
#menu-block LI.menu-li-1.catalogue A.menu-a-1:hover {
	background: #3D84BA url("../images/new/pageTop/topmenu_btn6_hover.gif") no-repeat;
}


/* druha uroven */
#menu-block LI.menu-li-2 {
	width: 160px;
	height: auto;
	cursor: pointer;
	text-align: left;
	background: #216ea2;
	border-bottom: 1px dotted #5eabe1;
	position: static;
}

#menu-block LI.menu-li-2 A.menu-a-2 {
	width: 142px;
	height: auto;
	display: block;
	font-size: 10px;
	font-weight: normal;
	background: url("../images/new/footer_li.gif") no-repeat 10px;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px 0 3px 18px;
}

#menu-block LI.menu-li-2 A.menu-a-2:hover {
	background: #6fb6ec url("../images/new/footer_li.gif") no-repeat 10px;
}

#menu-block LI.menu-li-2 A.menu-a-2.menu-checked {
	background: #377eb4 url("../images/new/pageTop/topmenu_level2_checked.gif") no-repeat left; 
}
#menu-block LI.menu-li-2 A.menu-a-2.menu-checked:hover {
	background: #377eb4 url("../images/new/pageTop/topmenu_level2_checked.gif") no-repeat left;
	cursor: default;
}
