/*hlavní menu --------------------*/
.menu_0_1, .menu_0_1_sel {
	float:left;
	display:inline;
}
.menu_0_1 a, .menu_0_1_sel a {
	float:left;
	display:inline;
	height:113px;
	line-height:113px;
	padding:0 15px 0 15px;
	font-size:16px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	background:transparent url(../images/backs/main-menu.gif) 0 -114px repeat-x;
}
.menu_0_1 a:hover, .menu_0_1_sel a {
	background-position:0 0;
	color:#000;
}
.menu_1_1, .menu_1_1_sel {
	float:left;
	display:inline;
	width:180px;
}
.menu_1_1 a, .menu_1_1_sel a {
	float:left;
	display:inline;
	width:155px;
	padding:3px 5px 3px 25px;
	font-size:13px;
	color:#ff5a00;
	font-weight:bold;
	text-decoration:none;
	background:transparent url(../images/backs/sub-menu-out.gif) 10px 8px no-repeat;
}
.menu_1_1 a:hover, .menu_1_1_sel a {
	background:#ff5a00 url(../images/backs/sub-menu-over.gif) 10px 8px no-repeat;
	color:#fff;
}
.menu_1_1, .menu_1_1_sel {
	float:left;
	display:inline;
	width:180px;
}
.menu_1_1 a, .menu_1_1_sel a {
	float:left;
	display:inline;
	width:155px;
	padding:3px 5px 3px 25px;
	font-size:13px;
	color:#ff5a00;
	font-weight:bold;
	text-decoration:none;
	background:transparent url(../images/backs/sub-menu-out.gif) 10px 8px no-repeat;
}
.menu_1_1 a:hover, .menu_1_1_sel a {
	background:#ff5a00 url(../images/backs/sub-menu-over.gif) 10px 8px no-repeat;
	color:#fff;
}
.menu_2_1, .menu_2_1_sel {
	float:left;
	display:inline;
	width:180px;
}
.menu_2_1 a, .menu_2_1_sel a {
	float:left;
	display:inline;
	width:140px;
	padding:3px 5px 3px 40px;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	background:#ff5a00 url(../images/backs/sub-sub.gif) 26px 5px no-repeat;
}
.menu_2_1 a:hover, .menu_2_1_sel a {
	background-image:url(../images/backs/sub-sub-over.gif);
	color:#000;
}

/*vrchní menu -----------------------------*/
.menu_0_2, .menu_0_2_sel {
	float:left;
	display:inline;
	padding:0 8px 0 8px;
	background:transparent url(../images/backs/top-menu-sep.gif) right center no-repeat;
}
.menu_0_2_last, .menu_0_2_last_sel {
	background-image:none;
}
.menu_0_2 a, .menu_0_2_sel a {
	float:left;
	display:inline;
	font-size:11px;
	color:#808080;
	text-decoration:none;
	text-transform:uppercase;
}
.menu_0_2 a:hover, .menu_0_2_sel a {
	color:#fff;
}

