
#menu-def li { list-style: none; }

#menu {
	background: url('../images/menu-bg.gif') #F4F4EA no-repeat top center;
	font-family: Trebuchet Ms, Georgia, Times New Roman, serif;
	height: 80px;
	background-color: #306EAB;
	border-bottom: 2px solid black;
}

#menu LI {
	line-height: 40px;
	font-size: 16px;
	cursor: pointer;
	float: left;
	color: black;
	font-weight: bold;
}

#menu LI A {
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	display: block;
	color: #2F2F2F;
}

#menu LI A:hover {
	background: url('images/menu-item-sel.jpg') repeat-x;
	color: white;
	background-color: #306EAB;
}

#menu LI UL LI A {
	padding: 0px 10px 0px 10px;
	font-size: 12px;
	color: white;
	font-weight: bold;
	background-color: #306EAB;
}

#menu LI UL LI A:hover {
	text-decoration: underline;
	background-color: #306EAB;
	color: #F7F84D;
}

#menu UL LI UL {
	position: absolute;
	display: none;
	/*width: 900px;*/
	background-color: #306EAB;
}

#menu UL LI:hover UL, #menu UL LI A:hover UL, #menu LI.sfhover UL { display: block; background-color: #306EAB; }

#menu .sel, #menu .actual, #menu .sel:hover {
	background: url('images/menu-item-sel.jpg') repeat-x;
	padding: 0px 10px 0px 10px;
	color: #F4F4EA;
}

#menu .neutral {
	background: transparent !important;
	color: #BC1C1C !important;
	background-color: #306EAB;
}

#menu .sub-informace { margin-left: -90px; _margin-left: -70px; }
#menu .sub-klasifikace { margin-left: -39px; }
#menu .sub-letosniskolnirok { margin-left: -200px; _margin-left: -70px; &margin-left: -150px; }
#menu .sub-projekty { margin-left: -95px; }



/*  ==================================================================   */
/*  MENU   */
/*  ==================================================================   */

.loadmenu-msie { border-bottom: 2px solid #306EAB; }

.main_menu-msie {
	width: 974px;
	height: 40px;
	border: 0px;
	background-image: url(../images/menu-bg.gif);
	background-repeat: no-repeat;
	background-color: #306EAB;
	margin-top: 0px;
	overflow: hidden;
}
 
#menuitems-msie {
	height: 40px;	
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
}

#menuitems-msie a {
	display: block;
	/*width: 120px;*/
	height: 40px;
	background-image: url(../images/menu_off.jpg);
	background-repeat: no-repeat;
	font-family: Trebuchet MS, Arial;

	text-decoration: none;

	line-height: 40px;
	font-size: 16px;
	cursor: pointer;
	color: black;
	font-weight: bold;
	
	padding-left: 10px;
	padding-right: 10px;
}

#menuitems-msie a:hover {
	display: block;
	/*width: 120px;*/
	height: 40px;
	background-color: #306EAB;
	background-repeat: no-repeat;
	background-position: center;
	color: white;

	text-decoration: none;

}

#menuitems-msie .odsz {
   display: block;
	height: 14px;
	_height: 0px;
	_line-height: 14px;

