#menu_top{
	float: left;
	width: 100%;
	height: 35px;
	background-color : #D11F17;
	background-image: url(../images/page_menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
/**************************   ZASÍLÁNÍ NOVINEK  *******************************/
#zasilani_novinek{
	float:left;
	width:200px;
	height:35px;
	list-style-type: none;
}
#zasilani_novinek li{
	display:inline;
}
#zasilani_novinek li a{
	float: left;
	height:25px;
	color:#FFF;
	text-decoration:underline;
	padding: 10px 10px 0px 10px;
}
#zasilani_novinek li a:hover{
	text-decoration:none;
}
/*******************************   MENU TREE  **********************************/
#menu_tree{
	float: right;
	list-style-type: none;
}
/*co jde vidět*/
#menu_tree li{
	position: relative;
	float: left;
	z-index: 0;
}
#menu_tree a, #menu_tree span{
	float: left;
  display: inline;
	height: 25px;
	color:#fff;
	text-decoration:none;
	overflow:hidden;
	padding:10px 10px 0px 10px;
	text-align:center;
	font-weight:bold;
}
#menu_tree a:hover{
	text-decoration: underline;
}
#menu_tree span{
	cursor: default;
}
/*co se rozbalí*/
#menu_tree li ul{
	display:none;
	list-style-type:none;
	position:absolute;
	width:145px;
	top:100%;
	left:0px;
}
#menu_tree li ul li a{
	background:#D12017 none;
	height:2em;
	text-align:left;
	padding-left:10px;
	width:135px;
	border-top:1px solid #FFF;
}
#menu_tree li ul li a:hover{
	background-color:#AB0402;
	background-image: none;
	text-decoration:none;
}





