.menu_top_hlavni, .logo_app, .menu_top_lista
 {
	height: 35px;
	background: #888 url(../img/linka1.png) no-repeat bottom center;

 }

 .menu_top_hlavni_bot
{
	clear: both;
}


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

	/*padding-top: 15px;*/
}

div.topnav_l, div.topnav_r
{
 	float: left;
	width: 14px;
}

div.topnav_r
{
	/*background: url(../img/lista_menu_r.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{
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	cursor: pointer;
}
ul.topnav li a:hover{
	background: #222;
}
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: 30px;
 	_top: 65px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	border: 1px solid #111;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	font-size: 9pt;
	font-weight: bold;
}

ul.subnav
{
    z-index: 9999;
}

ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--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;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222;
}


.top_menu_btn
 {
	text-decoration: none;
	/*border: 2px rgb(50,50,50) solid;*/
	display: block;
	float: left;
	text-align: center;
	font-size: 10pt;
	color: rgb(200,200,200);
    margin: 5px;
    padding: 4px;
    border: 1px #444444 solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #555;
 }

.top_menu_btn img {display: none;}