/* javascriptove horni menu (topHorizontalMenu.ftl) */

/* vice viz: http://www.dynamicdrive.com/style/csslibrary/item/jquery_multi_level_css_menu_2/#
    toto jsem nepouzil
    [if lte IE 7]
    <style type="text/css">
    html .jquerycssmenu{height: 1%;} Holly Hack for IE7 and below
    </style>
    [endif]
 */

.jqueryslidemenu{
font-weight: bold;
padding-left: 3px;
float: left;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index: 10;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
z-index: 10;
}

.jqueryslidemenu .separator {
display: block;
float: left;
width: 8px;
height: 42px;
background: url(../img/nav_separator_bgr.gif) no-repeat center;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
float: left;
color: white;
padding-top: 13px;
padding-left: 21px;
padding-right: 21px;
padding-bottom: 13px;
color: #2d2b2b;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
color: white;
}
	
/*1st sub level menu, daty uz nechceme napr.: font-weight: bold; apod.*/
.jqueryslidemenu ul li ul{
font-weight: normal;
float: none;	
background: #156438;
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
float: none;
background: #156438;
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
float: none;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
}

