.menu_top_hlavni, .logo_app, .menu_top_lista
 {
	height: 50px;
	background: #60885b;
	/* width: 100%; */
	}

 .menu_top_hlavni_bot
{
	clear: both;
}


ul.topnav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 14pt;
	/*height: 85px;
	/*_height: 100px;

	/*padding-top: 15px;*/
	/* background: #60885b; */
	/* width: 100%; */
}

img.topnav_icon {width: 45px; padding: 10px 0 0 10}

div.topnav_l, div.topnav_r
{
 	float: right;
 	width: 242px;
 	height: 35px;
 	/*background: url(../img/lista_menu_l.png) bottom;*/
}


ul.topnav li {
	float: left;
	margin: 0;
	/* padding: 0 1px 0 0; */
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
    margin-left: 20px;
    padding-top: 17px;
    color: #fff;
    /* display: block; */
    text-decoration: none;
    /* float: left; */
    cursor: pointer;
}
ul.topnav li a:hover{
	background: url(topnav_hover.gif) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 10px;
	height: 30px;
	float: left;
	background: url(../img/subnav_btn.gif) no-repeat center top;
	padding: 0px;
	margin: 0px;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0;
	top: 25px;
	_top: 65px;
	background: #4e774e;
	margin: 0;
	padding: 0;
	display: none;
	float: left;
	width: 170px;
	border: 1px solid #415641;
	font-size: 11pt;
	font-weight: normal;
}

ul.subnav
{
    z-index: 9999;
}

ul.topnav li ul.subnav li{
	margin: 0;
	padding: 0;
	/* border-top: 1px solid #415641; */ /*--Create bevel effect--*/
	/* border-bottom: 1px solid #415641; */ /*--Create bevel effect--*/
	clear: both;
	width: 170px;
	color: #aaaaaa;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	/* background: #333 url(dropdown_linkbg.gif) no-repeat 10px center; */
	padding:5px;
	padding-left: 20px;
	margin-left: 0px
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #415641;
	/*margin-left: 10px;*/
}

img.topnav_icon{height: 35px;}


ul.topnav1
{
	
}
ul.topnav1 li {
	float: left;
	margin: 0;
	/* padding: 0 1px 0 0; */
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav1 li a{
    margin-left: 0px;
    padding-top: 0px;
    color: #fff;
    /* display: block; */
    text-decoration: none;
    /* float: left; */
    cursor: pointer;
}
