@charset "utf-8";
/* CSS Document */


#folder-menu { position:absolute; top:333px; left:16px; z-index:2; _top:380px;}

#folder-menu a { height:27px; display:block; float:left; margin:0 3px; text-decoration:none; border-bottom:1px #212528 solid; font-size:1.1em; line-height:22px; _position:relative; _top:6px; _border-bottom:none;}

#folder-menu a .folder-menu-left-edge {display:block; width:5px; height:27px; float:left; background:url(/images/background/rplcmnt/folders/left-edge.png) 0 0 no-repeat;}
#folder-menu a .folder-menu-right-edge {display:block; width:5px; height:27px; float:left; background:url(/images/background/rplcmnt/folders/right-edge.png) 0 0 no-repeat;}
#folder-menu a .folder-menu-cnt {display:block; height:27px; float:left; background:url(/images/background/rplcmnt/folders/cnt.png) 0 0 repeat-x; color:#959CA1; padding:5px 10px 0 10px;}

#folder-menu a.activeFolder { height:27px; border-bottom:1px #565e64 solid;font-size:1.4em; line-height:15px; _border-bottom:none;}
#folder-menu a.activeFolder .folder-menu-left-edge {display:block; width:5px; height:27px; float:left; background:url(/images/background/rplcmnt/folders/left-edge-hover.png) 0 0 no-repeat;}
#folder-menu a.activeFolder .folder-menu-right-edge {display:block; width:5px; height:27px; float:left; background:url(/images/background/rplcmnt/folders/right-edge-hover.png) 0 0 no-repeat;}
#folder-menu a.activeFolder .folder-menu-cnt {display:block; height:27px; float:left; background:url(/images/background/rplcmnt/folders/cnt-hover.png) 0 0 repeat-x; color:#fff; padding:7px 13px 0 13px; }

.subMenu {
	width:302px;
	height:350px;
	display:none;
	position:absolute;
	top:23px;
	left:0px;
	z-index:5;
}

.subMenu a {
	position:relative;
	top:14px;
	left:13px;
	margin-bottom:5px;

}

/* Definice jednotlivych menicek */

/* submenu letadla */
.subMenu.letadla {
	background:url(/images/background/layout/submenu-kontakt-bg.png) 0 0 no-repeat !important;
	_behavior: url(/css/iepngfix.htc);
	left:-215px;
}

.top-main-menu-en .subMenu.letadla {
	left:-215px;
}

/* submenu vycvik */
.subMenu.vycvik {
	background:url(/images/background/layout/submenu-2-bg.png) 0 0 no-repeat !important;
	_behavior: url(/css/iepngfix.htc);
	left:55px;
}

/* submenu kontakt */
.subMenu.kontakt {
	background:url(/images/background/layout/submenu-3-bg.png) 0 0 no-repeat !important;
	_behavior: url(/css/iepngfix.htc);
	right: 0px;
	left: auto;

}

.top-main-menu-en .subMenu.kontakt {
	left:415px;
}

