/* Start of CMSMS style sheet 'FGT_Michna : Navigation Horizontal' */
/********************
MENU
*********************/
#menu_hori {
   padding: 0;
   margin: 0;
   height: 31px;
   background: transparent url(uploads/FGT_Michna/navi_bg.png) repeat-x;
   width: 100%;
}

#menu_hori .left{
   float: left;
   height: 31px;
   width: 2px;
   background: transparent url(uploads/FGT_Michna/navi_left.png) no-repeat;
}

#menu_hori .right{
   float: right;
   height: 31px;
   width: 45px;
   background: transparent url(uploads/FGT_Michna/navi_right.png) no-repeat;
}

#menu_hori .clear{
   clear: both;
   height: 0px;
}

/* menu li block */
#menu_hori li {
   list-style: none;
   margin: 0;
   display: block;
   float: left;
   background: transparent;
}

/* first level links */
ul#primary-nav > li > a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.8em 1em; /* some air for it */
   color: #ffffff; /* this will be link color for all levels */
   background: transparent url(uploads/FGT_Michna/navi_normal.png) right;
}

/* hover state for all links */
ul#primary-nav > li > a:hover {
   background: transparent url(uploads/FGT_Michna/navi_hover.png) right;
}
ul#primary-nav > li > a.activeparent:hover {
   background-color: #C3D4DF;
   color: #18507C;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
ul#primary-nav > li > a.activeparent,
ul#primary-nav > li > a.menuactive,
ul#primary-nav > li > a menuparent {
   background: transparent url(uploads/FGT_Michna/navi_active.png) right;
   color: #fff;
}

/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_hori ul h3 {
   background: transparent url(uploads/FGT_Michna/navi_active.png) right;
   display: block; 
   padding: 0.8em 1em;  /* some air for it */
   color: #fff;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}


/* separator */
div#menu_hori li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_hori li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'FGT_Michna : Navigation Horizontal' */

