@charset "iso-8859-2";
/* CSS Document */

/* předělané menu CMS navigation  */

/* style the menu navigation wrap  */
#menu-wrap {
    background: none;
	font-family: Verdana, Arial, Helvetica, sans-serif !important; 
    /*border-top:2px solid #cccccc; */
} 

#menu-wrap ul {
    background-color: #FFFFFF;
}

/* style the links for the top level */
#menu-wrap ul a, #menu-wrap ul a:visited {
    text-decoration:none; 
    color:#666666;
	border: none; 
    border-top:2px solid #cccccc; 
	font-family: Verdana, Arial, Helvetica, sans-serif !important; 
}
/* top level items on hover */
#menu-wrap ul li:hover a, #menu-wrap ul a:focus, #menu-wrap ul a:active{    
    text-decoration:underline; 
    background-color: #FFFFFF;
    color:#000000; 
    border-color: #64b923;
    border-top-color: #64b923;
	font-family: Verdana, Arial, Helvetica, sans-serif !important; 
}

/* style the top level hover */
#menu-wrap a:hover, #menu-wrap ul ul a:hover{
    text-decoration:underline; 
    color:#000000;
    border-top-color: #64b923;
}
#menu-wrap :hover > a, #menu-wrap ul ul :hover > a {
    text-decoration:underline; 
    color:#000000; 
    border-color: #64b923;
}


/* menu sections with children */
#menu-wrap a.trigger, #menu-wrap a.trigger:hover, #menu-wrap a.trigger:visited {
   
}


/* style sections from the dropdown menus */
#menu-wrap li.section{
    color: #fff;
    background-color: #999999;
    font-weight: bold;        
	font-family: Verdana, Arial, Helvetica, sans-serif !important; 
} 
/* style sections from the dropdown menus */


/* style the second level links */
#menu-wrap ul ul a, #menu-wrap ul ul a:visited {
    text-decoration: none !important; 
    color:#666666 !important;
    background-color:#F8F8F8 !important;
	border: solid 1px #FFFFFF !important;
	border-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif !important; 
}

          
/* style the second level hover */
#menu-wrap ul ul a:hover{
    background:#FFFFFF !important;
    color:#000000 !important;
    text-decoration: underline !important; 
	border-top: solid 1px #64b923 !important;
	/*border-bottom: solid 1px #64b923;*/
}
#menu-wrap ul ul :hover > a {
    background:#FFFFFF
}

                                  
#menu-wrap ul ul li {
    padding: 0;
}

/* style selected page in the top menu */                                  
#menu-wrap li.selected_page{    
    color: #000000;
    /*background-color: #cccccc;*/
	font-family: Verdana, Arial, Helvetica, sans-serif !important; 
}
#menu-wrap li.selected_page a, #menu-wrap li.selected_page a:visited{
    background-color: #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif !important; 
}

/* style selected subpage in the top menu */                                  
#menu-wrap li.selected_subpage{    
    color: #000000;
    background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif !important; 
}
#menu-wrap li.selected_subpage a, #menu-wrap li.selected_subpage a:visited{
    color: #000000;
    background-color: #FFFFFF;
}
#menu-wrap ul ul li a.selected{    
    background-color: #cccccc;
    color: #000000;
}

/* style sidebar navigation */

div#content-left h4{
    /* style sidebar title */
}
div#content-left .cms-nav-sidebar a, div#content-left .cms-nav-sidebar a:visited{
    /* links */
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 100%;
	color: #999999;
	text-decoration: none;
	
}
div#content-left .cms-nav-sidebar a:hover, div#content-left .cms-nav-sidebar a:focus, div#content-left .cms-nav-sidebar a:active{
    /* links hover */
	color: #000000;
	text-decoration: underline !important;
}

.cms-nav-sidebar .selected_page_side{
    /* selected item in side navigation */
}



#cms-nav-bc a, #cms-nav-bc a:visited{
    /* trail navigation links */
	color: #999999; text-decoration:none; 
	font-family: Verdana, Arial, Helvetica, sans-serif !important; 
}
#cms-nav-bc a:hover, #cms-nav-bc a:focus, #cms-nav-bc a:active{
    /* trail navigation links hover */
	color: #3c9600; text-decoration: underline;
}
#cms-nav-bc{
    /* trail navigation links hover - not linked */
	color: #999999;
	font-size: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif !important; 
	z-index:30;
	position: absolute;
	padding: 0 16px 0 16px; 
	margin: 0;
	
}

